RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
<FilesMatch "\.(ttf|otf|eot|woff)$">
  <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
  </IfModule>
</FilesMatch>

# 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 32M
   php_value post_max_size 8M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php81"
   php_value upload_max_filesize 2M
   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 60
   php_value max_input_vars 1000
   php_value memory_limit 32M
   php_value post_max_size 8M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php81"
   php_value upload_max_filesize 2M
   php_flag zlib.output_compression Off
</IfModule>
# END cPanel-generated php ini directives, 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 php8_module>
   php_flag engine On
   php_value output_buffering 4096
   php_flag implicit_flush Off
   php_value serialize_precision -1
   php_flag zend.enable_gc On
   php_flag zend.exception_ignore_args Off
   php_value max_execution_time 120
   php_value max_input_time 60
   php_value memory_limit 512M
   php_flag display_errors On
   php_flag display_startup_errors On
   php_flag log_errors On
   php_flag ignore_repeated_errors Off
   php_flag ignore_repeated_source Off
   php_flag report_memleaks On
   php_flag register_argc_argv Off
   php_flag auto_globals_jit On
   php_value post_max_size 40M
   php_value upload_max_filesize 40M
   php_flag display_startup_errors On
   php_flag register_long_arrays Off
   php_flag magic_quotes_sybase Off
   php_value max_input_vars 1000
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php81"
   php_flag zlib.output_compression Off
</IfModule>
<IfModule lsapi_module>
   php_flag engine On
   php_value output_buffering 4096
   php_flag implicit_flush Off
   php_value serialize_precision -1
   php_flag zend.enable_gc On
   php_flag zend.exception_ignore_args Off
   php_value max_execution_time 120
   php_value max_input_time 60
   php_value memory_limit 512M
   php_flag display_errors On
   php_flag display_startup_errors On
   php_flag log_errors On
   php_flag ignore_repeated_errors Off
   php_flag ignore_repeated_source Off
   php_flag report_memleaks On
   php_flag register_argc_argv Off
   php_flag auto_globals_jit On
   php_value post_max_size 40M
   php_value upload_max_filesize 40M
   php_flag display_startup_errors On
   php_flag register_long_arrays Off
   php_flag magic_quotes_sybase Off
   php_value max_input_vars 1000
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php81"
   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-php81” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
