• Hi
    I am having a lot of problem because error 404 is not going. I have changed the permalinks to /%postname%/ . Since then I am getting 404 when I try to move to any page other than “Home”. Home works fine.

    Website : https://www.jitechnologies.com (The website is built by a non-professional, so please ignore the design for now)

    I have checked the .htaccess code several times and here it is for your reference:

    # 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 request some technical help to resolve this issue. I have tried using plug-ins but no result. Now removed all plug-ins.

    Its been 3 days I am stuck with this problem. Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • First change it to default permalink structure and check whether links on front end working or not.

    If they are working fine then change it to Custom structure .

    I think doing that it will work fine.

    Thread Starter ishandeep007

    (@ishandeep007)

    sudhirtiwari: thanks for your response. I tried this several times. With default permalink structure, everything works fine. As soon as I change the permalink to custom structure I keep getting 404 error.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error 404 Not going after permalinks change’ is closed to new replies.