Unexpected request handling with substrings of existing folders
问题 Let http://test.server/ be my current web server for testing purposes then I have a folder in there called Homepage which holds the code for the homepage (duh.). In the Homepage folder there are a some folders (like Templates ) which have .htaccess files with deny from all . In Homepage I do have a quite long .htaccess as well with the following contents: <IfModule mod_speling.c> CheckSpelling off CheckCaseOnly off </IfModule> Options -MultiViews RewriteEngine On RewriteBase /Homepage