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
Post a Comment