Edit File by line
/home/sportsfe.../public_h...
File: prev-htaccess
<IfModule mod_rewrite.c>
[0] Fix | Delete
RewriteEngine On
[1] Fix | Delete
RewriteBase /
[2] Fix | Delete
RewriteRule ^index\.php$
[3] Fix | Delete
RewriteCond %{REQUEST_FILENAME} !-f
[4] Fix | Delete
RewriteCond %{REQUEST_FILENAME} !-d
[5] Fix | Delete
RewriteRule . index.php [L]
[6] Fix | Delete
</IfModule>
[7] Fix | Delete
[8] Fix | Delete
# php -- BEGIN cPanel-generated handler, do not edit
[9] Fix | Delete
# Set the “ea-php83” package as the default “PHP” programming language.
[10] Fix | Delete
<IfModule mime_module>
[11] Fix | Delete
AddHandler application/x-httpd-ea-php83 .php .php8 .phtml
[12] Fix | Delete
</IfModule>
[13] Fix | Delete
# php -- END cPanel-generated handler, do not edit
[14] Fix | Delete
[15] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function