Forum Moderators: phranque
added:
hidden in a directory
on a side note, i just learned recently you can't rename a file to .htaccess on XP!
The result would be a cascade of 404 errors, as the server would attempt to server the custom 404 error page in response to an initial non-existent-file request, but encounter another 404 when the custom error page was found not to exist. This would result in another 404, and another, etc., until the server gives up.
This situation would be noted obviously in the server error log file.
Jim