restricted direct backend access by using .htaccess

This commit is contained in:
Steffen Vogel 2010-06-07 12:32:44 +02:00
parent 2adbdf9a24
commit d87cbe2c95

6
backend/.htaccess Normal file
View file

@ -0,0 +1,6 @@
Order Allow,Deny
Deny from all
<Files "index.php">
Allow from all
</Files>