File: //home/yastidua/rdmku.yastidua.sch.id/public_html/rdmtes
Options FollowSymLinks
RewriteEngine On
RewriteRule .* - [e=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
<IfModule php7_module>
php_value allow_url_fopen On
php_flag asp_tags On
php_flag display_errors On
php_value max_execution_time 600
php_value max_input_time 600
php_value max_input_vars 1000
php_value memory_limit 512M
php_value post_max_size 512M
php_value session.gc_maxlifetime 1440
php_value upload_max_filesize 512M
php_flag zlib.output_compression Off
</IfModule>
<IfModule mod_expires.c>
ExpiresActive on
ExpiresByType image/jpg "access 2 month"
ExpiresByType image/gif "access 2 month"
ExpiresByType image/jpeg "access 2 month"
ExpiresByType image/png "access 2 month"
ExpiresByType text/css "access 2 month"
ExpiresByType application/x-javascript "access plus 2 month"
ExpiresByType text/javascript "access plus 2 month"
ExpiresByType application/javascript "access plus 2 month"
ExpiresByType image/x-icon "access plus 12 month"
ExpiresByType image/icon "access plus 12 month"
ExpiresByType application/x-ico "access plus 12 month"
ExpiresByType application/ico "access plus 12 month"
ExpiresByType font/ttf "access plus 2 month"
ExpiresByType font/woff "access plus 2 month"
ExpiresByType image/svg+xml "access plus 2 month"
</IfModule>
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “alt-php74” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-alt-php74 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
# 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 30
php_value max_input_time -1
php_value max_input_vars 1000
php_value memory_limit 128M
php_value post_max_size 20M
php_value session.gc_maxlifetime 1440
php_value session.save_path "/opt/alt/php74/var/lib/php/session"
php_value upload_max_filesize 120M
php_flag zlib.output_compression Off
</IfModule>
<IfModule lsapi_module>
php_flag display_errors Off
php_value max_execution_time 30
php_value max_input_time -1
php_value max_input_vars 1000
php_value memory_limit 128M
php_value post_max_size 20M
php_value session.gc_maxlifetime 1440
php_value session.save_path "/opt/alt/php74/var/lib/php/session"
php_value upload_max_filesize 120M
php_flag zlib.output_compression Off
</IfModule>
# END cPanel-generated php ini directives, do not edit