Browse Source

Merge pull request #71 from EngineGPDev/delete-mod_php-in-.htaccess

delete mod_php in .htaccess
Sergei Solovev 2 years ago
parent
commit
28e21ea3f0
1 changed files with 0 additions and 14 deletions
  1. 0 14
      .htaccess

+ 0 - 14
.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
-
 <ifModule mod_expires.c>
-
  ExpiresActive On
  #кэшировать флэш и изображения на одну неделю
  ExpiresByType image/x-icon "access plus 7 days"