Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I am trying to test out my 404 page locally. so when i visit http://localhost:8888/austin.kitson.orgUpdate/test which is a page that doesnt exist i dont get the wordpress 404.php page I have created but I get the browser 404 page does not exist, I swear I have done this before. Please Help.

share|improve this question
1  
How many bytes do you send with that page? And what browser do you use? – toscho Dec 23 '12 at 22:09
um not sure how you tell how many bytes I am sending and I am using safari. – Anders Kitson Dec 23 '12 at 22:19
Safari has a built-in 404 page? Are you really sure it is not the server page? – toscho Dec 23 '12 at 22:36
2  
@tomJNowell it was because of permalinks could you put that as a answer so i could chooose it. – Anders Kitson Dec 24 '12 at 1:00
1  
Please prepare your further questions better. Much better. Before you ask make sure your assumptions about the context of the problem are valid. – toscho Dec 24 '12 at 3:04
show 4 more comments

closed as too localized by toscho Dec 24 '12 at 3:00

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

If you're seeing the default 404 page provided by your server, instead of the WordPress theme 404 page, then it means that your .htaccess rewrite rules are not working.

Most likely, your .htaccess file has been deleted. You can easily regenerate the file by visiting the Settings > Permalinks page of your WordPress admin, choosing any permalink format besides 'default' and saving the changes.

You can read more about permalinks at the WordPress Codex

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.