Forums

404 Error when changing permalinks (8 posts)

  1. stephen_connolly
    Member
    Posted 5 months ago #

    Hello,

    I just updated my site and I want to change the permalinks options away from the default. But when I do this, all my Main Menu links are broken and I get a 404 Error. I've double checked the permalink options in each of the pages and it has changed according to the option I select in the 'Permalink Settings'.

    I've updated the .htaccess as follows:

    # 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

    But still no luck.

    I'm a bit unsure where to go next, all the posts I've read point to the .htaccess file being the problem.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 5 months ago #

    Check with your hosts that mod_rewrite is running on your server.

  3. stephen_connolly
    Member
    Posted 4 months ago #

    Thanks Esmi,

    Something strange is happening, I have a test version of my site (on the same server) under a subdomain and when I change the permalink options for the test site, there are no issues.

    The issue is only with the live version of the site. I've had the admin check and Mod_Rewrite is definitely turned on.

    Any other thoughts or workarounds ?

    Regards....

  4. Nasir Zia
    Member
    Posted 4 months ago #

    Have you tried turning off permalinks and turning them ON again ???

  5. stephen_connolly
    Member
    Posted 4 months ago #

    Yes, I've tried that but no luck.

  6. esmi
    Theme Diva & Forum Moderator
    Posted 4 months ago #

    Is the .htaccess file being updated correctly?

  7. stephen_connolly
    Member
    Posted 4 months ago #

  8. esmi
    Theme Diva & Forum Moderator
    Posted 4 months ago #

    You need to ask your hosts for assistance with this.

Reply

You must log in to post.

About this Topic

Tags