|
It's not something you should need to configure for if you get it right from day one. If you never link to the document name for the site root and folders it will never get indexed.
IF you already have more external back links to the default doc name (whether it be index.xxx or default.xxx) than to the folder root you probably need to redirect, BUT you have to be careful you do not create an infinite loop, as the server will do an implied redirect to the default document, so if you simply redirect back to the root name you will create a "locked loop". With .htaccess this will mean using (THE_REQUEST)
IF only your internal navigation points to the default document, it could be enough to remove the references to the default doc and use "/" for root links and end every folder reference with a trailing slash.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|