delete mod_php in .htaccess

This commit is contained in:
Sergei Solovev 2023-07-03 00:07:34 +03:00
parent 60d9a9735a
commit 30e3b03e7a

View file

@ -19,21 +19,7 @@ RewriteRule ^(?!acp).* index.php [L]
ErrorDocument 403 /403.html ErrorDocument 403 /403.html
ErrorDocument 404 /404.html ErrorDocument 404 /404.html
#***Раскодировать, если не загружаются большие файлы:
php_value max_execution_time 500
php_value max_input_time 500
php_value upload_max_filesize 30M
php_value post_max_size 30M
#***Раскодировать, если белый экран:
#php_flag short_open_tag = On
php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
<ifModule mod_expires.c> <ifModule mod_expires.c>
ExpiresActive On ExpiresActive On
#кэшировать флэш и изображения на одну неделю #кэшировать флэш и изображения на одну неделю
ExpiresByType image/x-icon "access plus 7 days" ExpiresByType image/x-icon "access plus 7 days"