apache - Rewrite rule for changing url from filetype to category -


i have following urls:

http:/testdomain.com/file_type.html http://testdomain.com/file_name.html 

i want able change them to:

http://testdomain.com/file-type/ http://testdomain.com/file_name/ 

but url comes in has format of something_something.html want change /something-something/

i upgraded site wordpress old urls have seo want them still work

i tried following rewrite condition of course didn't work

rewriterule ^file_name.html(.*)$ http://testdomain.com/file-name/$1 [r=301,nc] 

and know if did work specific file only, trying test


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -