Page is a not externally linkable
miki99 - 4:52 pm on Sep 22, 2006 (gmt 0)
I will ask my host about the redirect. In the meantime, I found this "fix" you're supposed to add to your .htaccess file. Will this work? RewriteEngine On And I will look up Xenu. Wow, good thing this stuff is interesting.... [edited by: Brett_Tabke at 2:32 pm (utc) on Sep. 24, 2006]
Thank you so much for all your time and trouble! I sure appreciate it.
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.example\.com$
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /(([^/]+/)*)index\.html\ HTTP/
RewriteRule index\.html$ http://www.example.com/%1 [R=301,L]
[edit reason] added space before ! per poster request [/edit]