wordpress pages shows 404 error except Home page
-
this may happen after changing default permalink to another , by switching back to default will solve your issue , however if you really want to use permalink you have to follow this technique
this is happen because your hosting provider not support mod_rewrite enabled by default
in my case i am using amazon ec2 to host wordpress , every thing works fine untill i change permalink , to fix this issue you need to login to your server , i have used ssh to access my server then go to /etc/httpd/conf/httpd.conf and edit it ,
and scroll down and find
AllowOverride None
to
AllowOverride All
and save it
Enjoy
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘wordpress pages shows 404 error except Home page’ is closed to new replies.