Understanding htaccess Filesmatch code
问题 I am trying to install drupal in a subdirectory on my bluehost hosted website... It's a HUGE pain I'm thinking the following lines from the .htaccess is the problem. When I currently navigatoe to mysite.com/subdir/install.php I get a 403 error. However, when I take out "deny" from the lines below, I cease to get that error, so I suspect that this line is causing all the trouble. My question is, can someone help me understand what is happening in the following code? Especially if you can break