From 30e3b03e7a8614dfbde20db4930e7de85c87dcff Mon Sep 17 00:00:00 2001 From: Sergei Solovev Date: Mon, 3 Jul 2023 00:07:34 +0300 Subject: [PATCH] delete mod_php in .htaccess --- .htaccess | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.htaccess b/.htaccess index 48253f3..674d239 100644 --- a/.htaccess +++ b/.htaccess @@ -19,21 +19,7 @@ RewriteRule ^(?!acp).* index.php [L] ErrorDocument 403 /403.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 - - ExpiresActive On #кэшировать флэш и изображения на одну неделю ExpiresByType image/x-icon "access plus 7 days"