2016-02-16 13:06:28 +01:00
|
|
|
RewriteEngine on
|
2019-03-24 14:50:04 +01:00
|
|
|
RewriteCond !%{HTTP_USER_AGENT} "Let's Encrypt validation server" [NC]
|
2017-01-03 17:46:26 +01:00
|
|
|
RewriteCond %{HTTP_USER_AGENT} ^.*(bot|spider|crawl|https?://|WhatsApp|SkypeUriPreview|facebookexternalhit) [NC]
|
2016-02-16 13:06:28 +01:00
|
|
|
RewriteRule .* - [R=403,L]
|
2019-07-10 18:25:54 +02:00
|
|
|
|
|
|
|
<IfModule mod_php7.c>
|
|
|
|
php_value max_execution_time 30
|
|
|
|
php_value post_max_size 10M
|
|
|
|
php_value upload_max_size 10M
|
|
|
|
php_value upload_max_filesize 10M
|
|
|
|
php_value max_file_uploads 100
|
|
|
|
</IfModule>
|