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 using multisite on wordpress using subdomains on my local.

I had created a page for one of the sites [site1.local.loc] with the link [site1.local.loc/page1 ; I entered this in the page creation step only]. However, on creation of any page, when I click on the 'View page' link that appears, I get a 'Not found 404' error message. It doesn't look like a Wordpress 404.

I think the pages exist, but they are not getting linked. This is because when I assign a static page to be my home page, it loads with the content that I had created. I didn't fiddle around with permalinks either.

How do I get around this?

share|improve this question

closed as too localized by toscho Jul 13 '12 at 19:50

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.

3 Answers

Try going into Settings > Permalinks and re-saving the options there (or change them to something else, save, then reset to what you really want and save again). Sometimes that will clear up strange 404 errors on pages.

share|improve this answer

I would also suggest you change the permalink (like FriendlyWP states) to the 'default' configuration. If it works, it could be that mod_rewrite module is not enabled in Apache.

I know that this module is not activated by default in WAMP Server. I don't know if you are using it...

share|improve this answer

Try to refresh your permalink settings.

Go to ~/wp-admin/options-permalink.php - this flushes your rewrite rules. Sometimes it helps.

share|improve this answer
This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post - you can always comment on your own posts, and once you have sufficient reputation you will be able to comment on any post. – Brian Fegter Aug 27 '12 at 20:43

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