Rimozione ini PHP da htaccess
This commit is contained in:
parent
963b265301
commit
bb911d9ea5
10
.htaccess
10
.htaccess
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue