vzlogger/backend/.htaccess
2010-06-07 12:32:44 +02:00

6 lines
77 B
ApacheConf

Order Allow,Deny
Deny from all
<Files "index.php">
Allow from all
</Files>