Edit File by line
/home/barbar84/www/wp-inclu.../random_c...
File: .htaccess
[0] Fix | Delete
<IfModule mod_rewrite.c>
[1] Fix | Delete
RewriteEngine On
[2] Fix | Delete
RewriteBase /
[3] Fix | Delete
RewriteRule ^index\.php$ - [L]
[4] Fix | Delete
RewriteCond %{REQUEST_FILENAME} !-f
[5] Fix | Delete
RewriteCond %{REQUEST_FILENAME} !-d
[6] Fix | Delete
RewriteRule . /index.php [L]
[7] Fix | Delete
</IfModule>
[8] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function