Wordpress: page created and published but not found
I have just setup wordpress and create a page. When I click on preview, I get a 404 saying that the resource was not available on the server.
I am using Apache2.2 on 开发者_如何学Gowindows.
Cheers, Earlence
Try adjusting your permalink structure - set it to default and try again. Has this worked before on this server, or is this your first time trying?
Your problem is the permalinks. If you have changed them, it's either you are missing the .htaccess file or you don't have mod_rewrite enabled for Apache2. You can search how to do that on Windows on your own! Cheers! :)
精彩评论