• Ithemes continues to overwrite my .httaccess file. It’s overwriting the code below, which makes every page other than the homepage bring up 404 errors. How do I stop this from happening?!?!

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

  • The topic ‘Ithemes continues to overwrite my .httaccess’ is closed to new replies.