.htaccess
| 2.2 KB | Satir:
0
| htaccess
Geri
## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType text/css "access 1 month" ExpiresByType text/html "access 1 month" ExpiresByType application/pdf "access 1 month" ExpiresByType text/x-javascript "access 1 month" ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresByType image/x-icon "access 1 year" ExpiresDefault "access 1 month" </IfModule> ## EXPIRES CACHING ## <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(comments)($|/) - [L] RewriteRule ^(.*)$ public/$1 [L] </IfModule> RewriteEngine on # BEGIN cPanel-generated php ini directives, do not edit # Manual editing of this file may result in unexpected behavior. # To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor) # For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) <IfModule php7_module> php_flag display_errors Off php_value max_execution_time 9000 php_value max_input_time 9000 php_value max_input_vars 3000 php_value memory_limit 2048M php_value post_max_size 1024M php_value session.gc_maxlifetime 1440 php_value session.save_path "/var/cpanel/php/sessions/ea-php74" php_value upload_max_filesize 1024M php_flag zlib.output_compression On </IfModule> <IfModule lsapi_module> php_flag display_errors Off php_value max_execution_time 9000 php_value max_input_time 9000 php_value max_input_vars 3000 php_value memory_limit 2048M php_value post_max_size 1024M php_value session.gc_maxlifetime 1440 php_value session.save_path "/var/cpanel/php/sessions/ea-php74" php_value upload_max_filesize 1024M php_flag zlib.output_compression On </IfModule> # END cPanel-generated php ini directives, do not edit # php -- BEGIN cPanel-generated handler, do not edit # “ea-php74” paketini varsayılan “PHP” programlama dili olarak ayarlayın. <IfModule mime_module> AddHandler application/x-httpd-ea-php74 .php .php7 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit
Kaydet
Ctrl+S ile kaydet