add an htaccess file that prevents direct access to lots of code

This commit is contained in:
John Bintz 2009-09-24 10:56:46 -04:00
parent c59275888f
commit 83f752678c
1 changed files with 3 additions and 0 deletions

3
.htaccess Normal file
View File

@ -0,0 +1,3 @@
RewriteEngine on
RewriteRule (\.inc|/test/.*|classes/.*)$ - [F]