vzlogger/backend/.htaccess

7 lines
77 B
ApacheConf
Raw Normal View History

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