• Hello There,

    I have a website (www.aitconsult.com) that is hosted on plesk parallels.

    Initially the root folder didn’t contact .htaccess file, so I created one and copied the code below into it.

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

    I changed the permalink structure from default to /%posttitle%/

    If I visit the page manually with the custom url structure, it works.

    /singapore-company-incorporation-2/

    But if I visit the website (www.aitconsult.com) it gives a 404 not found.

    I tried changing Reading options “set a static page” but didn’t work.

    Please help, if I am missing something here.

    Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    I changed the permalink structure from default to /%posttitle%/

    -Try resetting your custom permalinks back to the default setting and renaming your WordPress .htaccess file.
    – If that works, then try reading Using_Permalinks before setting a custom permalink structure again.
    – If clearing your Permalinks does not alleviate the issue, this could be attributed to anything from a web server configuration to a bad WordPress install.

    Thread Starter vanukuru.br

    (@vanukurubr)

    Hello Tara,

    Thank you for your reply.

    My bad, it was a typo error in my previous comment I used the /%postname%/ only.

    I am still clueless on how to fix this issues.

    Any help is really appreaciated.

    Thanks

    Moderator t-p

    (@t-p)

    try attempting the the troubleshooting steps I suggested in my previous reply.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The landing page of the website gives 404 not found error’ is closed to new replies.