Page is a not externally linkable
- WebmasterWorld
-- New To Web Development
---- Canonical problems?


miki99 - 4:52 pm on Sep 22, 2006 (gmt 0)


Thank you so much for all your time and trouble! I sure appreciate it.

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
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]

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]
[edit reason] added space before ! per poster request [/edit]


Thread source:: http://www.webmasterworld.com/new_web_development/3092989.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com