• I am getting redirect error on my sub site in my network, and my .htacess file keep reverting back to

    # 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

    I have tried
    -updating my main site and all of the sites in my network
    -deactivating all plugins

Viewing 1 replies (of 1 total)
  • This may be an issue with permissions on your host. You may want to contact your host and ask if there is a permissions issue with editing and saving your htaccess file back on the server, once you’ve made the change.

    What hosting company are you using?

Viewing 1 replies (of 1 total)
  • The topic ‘I Cant change my .htacess file’ is closed to new replies.