I have setup a .htaccess file for my website and symlinked to it from my scriptalias directory. Now when I ban my ip address and access the main page I get a 403 but I also get a 404 document not found when trying to show one of my custom error pages. When I try and access any script in my script alias directory I get the proper error page.
I looked in my log files and saw that when I access the main page, apache looks for a "noindex.html" file saying that it can not find an index page? Of course I did not have one in my custom error file directory so I got the 404 error. Why would this happen when I try and access the index file on the docroot and not when I access any script in my script alias dir?
I know the redirect to the custom error files work properly, I just do n ot know why apache thinks there is noindex file when I try to access the docroot and not the script alias.



