m1k1oblog/.htaccess

12 lines
200 B
ApacheConf
Raw Normal View History

Options -Indexes
2019-12-26 18:04:05 +00:00
<Files ~ "\.(ini|sql|log|class.php)$">
2016-12-27 20:25:32 +00:00
Order Allow,Deny
Deny from All
2019-12-26 18:04:05 +00:00
</Files>
<Files ~ "^(\.|Dockerfile|docker-compose.yml|README.md)">
2019-12-26 18:04:05 +00:00
Order Allow,Deny
Deny from All
</Files>