
# BEGIN Add Expires Headers Plugin
<IfModule mod_expires.c>
ExpiresActive on
#image
ExpiresByType image/gif "access plus 375 days"
ExpiresByType image/ico "access plus 375 days"
ExpiresByType image/jpeg "access plus 375 days"
ExpiresByType image/jpg "access plus 375 days"
#audio
ExpiresByType audio/dct "access plus 375 days"
ExpiresByType audio/gsm "access plus 375 days"
ExpiresByType audio/mp3 "access plus 375 days"
ExpiresByType audio/ogg "access plus 375 days"
#video
ExpiresByType video/3gp "access plus 375 days"
ExpiresByType video/avi "access plus 375 days"
ExpiresByType video/flv "access plus 375 days"
ExpiresByType video/mkv "access plus 375 days"
#font
ExpiresByType font/otf "access plus 375 days"
#text
ExpiresByType text/css "access plus 375 days"
#application
ExpiresByType application/javascript "access plus 375 days"
ExpiresByType application/x-javascript "access plus 375 days"
</IfModule>
# END Add Expires Headers Plugin

# BEGIN LSCACHE
# END LSCACHE
# BEGIN NON_LSCACHE
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
### marker MINIFY start ###
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} ^(.*)/min/(\w+)\.(css|js)$
RewriteCond %1/wp-content/cache/$2/$1.$2 -f
RewriteRule min/(\w+)\.(css|js) wp-content/cache/$2/$1.$2 [L]
</IfModule>
### marker MINIFY end ###

## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
# END NON_LSCACHE

# BEGIN WordPress
# Arahan (baris) antara "BEGIN WordPress" dan "END WordPress"
# dihasilkan secara dinamis, dan hanya dapat dimodifikasi melalui filter WordPress.
# Setiap perubahan pada arahan di antara penanda berikut akan ditimpa.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

# 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 80
php_value max_input_time 60
php_value max_input_vars 3000
php_value memory_limit 256M
php_value post_max_size 8M
php_value session.gc_maxlifetime 1440
php_value session.save_path "/var/cpanel/php/sessions/ea-php70"
php_value upload_max_filesize 1024M
php_flag zlib.output_compression Off
</IfModule>
<IfModule lsapi_module>
php_flag display_errors Off
php_value max_execution_time 80
php_value max_input_time 60
php_value max_input_vars 3000
php_value memory_limit 256M
php_value post_max_size 8M
php_value session.gc_maxlifetime 1440
php_value session.save_path "/var/cpanel/php/sessions/ea-php70"
php_value upload_max_filesize 1024M
php_flag zlib.output_compression Off
</IfModule>
# END cPanel-generated php ini directives, do not edit

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php70” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php70 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
