RewriteEngine on
RewriteCond %{HTTP_HOST} ^relhurg1.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.relhurg1.com$
RewriteRule ^\^\(\.\*\/\\\.html\)\$\/?(.*)$ "http\:\/\/relhurg1\.com\/\$\/$1" [R=301,L]
This works fine for .html
RewriteRule ^\^\(\.\*\/\\\.html\)\$\/?(.*)$ "http\:\/\/relhurg1\.com\/\$\/$1" [R=301,L]
This one does not.
Note: I am trying to strip off the
.html on the first ...