Page is a not externally linkable
twebdonny - 1:02 am on Sep 24, 2006 (gmt 0)
RewriteEngine On RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.html? following this I have several simple redirects listed some users are using[NC] after the first entry, some not,
Anyone , is this properly written code or am I missing something as I see different characters in various posts I am looking at, Thanks
RewriteCond %{HTTP_HOST} ^mysite\.com
RewriteRule (.*) [mysite.com...] [R=301]
RewriteRule ^index\.html?$ [mysite.com...] [R=301,L]
some users are using a $ after the first .com, some not