Page is a not externally linkable
JackR - 6:00 pm on Nov 12, 2011 (gmt 0)
This thread [webmasterworld.com] is interesting and got me thinking about canonical issues (I'm sure there are none). But the correct way to link every other page back to the domain root is
<a href="http://www.example.com/">HOME</a>
.. right?
All other versions of the homepage are .htaccess redirected to http://www.example.com/:
http://www.example.com/index.html
http://example.com/index.html
http://example.com/
http://www.example.com//
The URLs on the site have also been changed from relative to absolute, so not a single internal URL refers to index.html ... only to http://www.example.com/