Permalinks giving 404 Error
-
Hello,
When I update the permalink structure of new website from Plain to Post Name, it gives 404 Error.
This is the error I get:
“Not Found
The requested URL /take-a-tour/ was not found on this server.”
I tried to find some solutions online and updated my .htaccess file with the below code but problem still continues. What could be the problem and its possible solution?
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
#BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php $ - [L] RewriteCond % {REQUEST_FILENAME} ! -f RewriteCond % {REQUEST_FIELENAME} ! -d RewriteRule ./index.php [L] </IfModule> #END WordPress
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Permalinks giving 404 Error’ is closed to new replies.