Forum Moderators: phranque
I have the modrewrite code to redirect all [site.com...] requests to [site.com....] it goes like this
RewriteEngine On
RewriteCond %{HTTP_HOST} ^site.com
RewriteRule ^(.*)$ [site.com...] [R=301,L]
will somebody be kind enough to post the modrewrite rule to do just the inverse. Ie 301 redirect all [site.com...] requests to [site.com....] I will be thankful
For more information, see the documents cited in our forum charter [webmasterworld.com] and the tutorials in the Apache forum section of the WebmasterWorld library [webmasterworld.com].
Jim