The landing page of the website gives 404 not found error
-
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 WordPressI 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
- The topic ‘The landing page of the website gives 404 not found error’ is closed to new replies.