I need to redirect .html-extension URLs to new extensionless urls using apache mod rewrite.
I tried the code below and it's not working.
Any ideas?
Code:RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /[^.]+\.html\ HTTP/ # Externally redirect to URL without extension RewriteRule ^info/([^.]+)\.html$ http://www.example.com/info/$1 [R=301,L]


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks