SynicalBot/botsrc/.htaccess

7 lines
102 B
ApacheConf

Options -Indexes
Order deny,allow
Deny from all
<Files "index.php">
Allow from all
</Files>