m1k1oblog/.htaccess
Miroslav Šedivý 768b5f76c7 regex bug
2019-12-26 19:35:36 +01:00

11 lines
203 B
ApacheConf
Executable file

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>