Rimozione ini PHP da htaccess

This commit is contained in:
Thomas Zilio 2018-10-05 12:30:35 +02:00
parent 963b265301
commit bb911d9ea5
1 changed files with 0 additions and 10 deletions

View File

@ -3,16 +3,6 @@
IndexIgnore */*
</IfModule>
# Try to set PHP settings
<IfModule mod_php5.c>
php_value upload_max_filesize 256M
php_value post_max_size 256M
</IfModule>
<IfModule mod_php7.c>
php_value upload_max_filesize 256M
php_value post_max_size 256M
</IfModule>
# Deny access to files starting with dot
<FilesMatch "^\.">
Order allow,deny