Forum Moderators: phranque
www.mysite.com/index.html is the site homepage.
if I type
www.mysite.com/index.html/ANYTHING_YOU_WANT
apache keep showing me the index.html file. To make things worse, if I type
www.mysite.com/index/ANYTHING_YOU_WANT
with "index" without the "html" extension it's the same.
This is my .htaccess file content
ErrorDocument 404 /error/404/404.html
ErrorDocument 500 /error/500/500.html
ErrorDocument 403 /error/403/403.html
ErrorDocument 401 /error/401/401.html
IndexIgnore *
Options -Indexes
XBitHack on
I've noticed this problem trying to index my site with Mnogosearch...
Any help or clue is truly appreciated!
Rick