Page not Found After Changing Permalink to /%postname%/
-
My Blog is working great before I change the permalink to /%postname%/. I have only started this blog last week and only have test posts so I am not afraid in changing the permalink
However, none of my test posts appear to be ok. They are all “page not found”. But when I change back to default permalink, its all ok again.
I had changed the .htaccess to the one in the WordPress Codex. Actually i added mine cuz there is no .htaccess on my server.
here what i put in my .htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /RewriteCond %{REQUEST_FILENAME} ^wp-content.*
RewriteCond %{REQUEST_FILENAME} ^wp-admin.*
RewriteCond %{REQUEST_FILENAME} ^wp-include.*
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressAnd changed the permission of that file to Full Control but still I can’t get my post.
Any suggestions? Tips? thanks
- The topic ‘Page not Found After Changing Permalink to /%postname%/’ is closed to new replies.