1<IfModule mod_rewrite.c>2RewriteEngine On3RewriteBase /4RewriteCond %{REQUEST_FILENAME} !-f5RewriteCond %{REQUEST_FILENAME} !-d6RewriteRule . index.php [L]7DirectoryIndex index.php index.html8</IfModule>910# php -- BEGIN cPanel-generated handler, do not edit11# Set the “ea-php82” package as the default “PHP” programming language.12<IfModule mime_module>13AddHandler application/x-httpd-ea-php82 .php .php8 .phtml14</IfModule>15# php -- END cPanel-generated handler, do not edit16