m1k1oblog/.htaccess

16 lines
300 B
ApacheConf
Raw Permalink Normal View History

Options -Indexes
2019-12-26 18:04:05 +00:00
2020-06-11 09:34:40 +00:00
<Files ~ "\.(db|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>
2019-12-26 18:35:36 +00:00
<Files ~ "^(\.|Dockerfile|docker-compose\.yml|README\.md)">
2019-12-26 18:04:05 +00:00
Order Allow,Deny
Deny from All
</Files>
2020-06-25 16:06:23 +00:00
# Allow uploading large images
php_value upload_max_filesize 32M
php_value post_max_size 32M