|
You have to be extremely careful when trying to remove index page references from URLs by redirecting. You can end up in a locked loop.
Adam is correct there is no HTML method of accomplishing this.
Your first job should be to ensure that you never link to the index pagename in your own site navigation, that is where the issue starts.
The quickest and safest way is to have a different default document name for the server to deliver, then allow the references to "index.html" to 404 out. Make sure you have a custom 404 setup to catch the visitor clicking on existing links
<added> BUT it is unlikely that this is the real cause of your "supplemental" status </added>
__________________
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?
Last edited by chrishirst; 03-30-2007 at 04:55 AM..
Reason: added something
|