Your IP : 216.73.216.104
| Current Path : /home/angker/ |
|
|
| Current File: /home/angker/.htaccess |
<IfModule mod_deflate.c>
SetOutputFilter DEFLATE
<IfModule mod_setenvif.c>
# Don't compress image/video/audio files.
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png|web[mp]|mp[g34]|m[o4]v|avi|ogg|wav|[af]lac|aac|ico|bmp|pdf)$ no-gzip dont-vary
SetEnvIfNoCase Request_URI \.(?:[acmns]rw|ra[fw]|cr[23]|sr[f2]|[mn]ef|gpr|rw[lz2]|dng|orf|r3d)$ no-gzip dont-vary
# Don't compress (potentially) compressed archives.
SetEnvIfNoCase Request_URI \.(?:exe|t?gz|zipx?|bz2|[ar]ar|7z|dmg|apk|jar|phar)$ no-gzip dont-vary
</IfModule>
<IfModule mod_headers.c>
# Make sure proxies don't deliver the wrong content
Header append Vary User-Agent env=!dont-vary
</IfModule>
</IfModule>
# 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 php8_module>
php_flag display_errors Off
php_value max_execution_time 30
php_value max_input_time 60
php_value max_input_vars 1000
php_value memory_limit 512M
php_value post_max_size 256M
php_value session.gc_maxlifetime 1440
php_value session.save_path "/var/cpanel/php/sessions/ea-php83"
php_value upload_max_filesize 256M
php_flag zlib.output_compression On
</IfModule>
<IfModule lsapi_module>
php_flag display_errors Off
php_value max_execution_time 30
php_value max_input_time 60
php_value max_input_vars 1000
php_value memory_limit 512M
php_value post_max_size 256M
php_value session.gc_maxlifetime 1440
php_value session.save_path "/var/cpanel/php/sessions/ea-php83"
php_value upload_max_filesize 256M
php_flag zlib.output_compression On
</IfModule>
# END cPanel-generated php ini directives, do not edit