• Hi,

    I installed and uninstalled some plugins on my website the last days and yesterday I was surprised to see the following code in my .htaccess file. It happens each time I save a page.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    My provider does not accept this and send a error 500, and I would like to make this code disapeared.

    Do you have an idea ?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘mod_rewrite appears in my .htaccess file’ is closed to new replies.