m1k1oblog/.htaccess
Miroslav Šedivý fcff948182 fix permissions
2020-01-08 23:28:58 +01:00

11 lines
203 B
ApacheConf

Options -Indexes
<Files ~ "\.(ini|sql|log|class\.php)$">
Order Allow,Deny
Deny from All
</Files>
<Files ~ "^(\.|Dockerfile|docker-compose\.yml|README\.md)">
Order Allow,Deny
Deny from All
</Files>