the correct format is: /?page_id=10
Thread Starter
st8ic
(@st8ic)
oh I’m sorry, that was a typo. And the page ID is 10. When you click on the link, you just get the 404 page. However, when you click on “view” on the page in the dashboard, it comes up no problem with the same URL.
http://www.lifeisarainbow.net/index.php/?page_id=10
There is something wrong with what you are doing.
This works:
http://lifeisarainbow.net/?page_id=2
however, it is a URI without www and without the index.php part…
Thread Starter
st8ic
(@st8ic)
Right, page #2 (the about page) works just fine. However, if you replace the 2 in that link with 10 (the downloads page), it does not work. In any URI format!
Just out of curiousity:
– is that Page#10 excluded from your menu (wp_list_pages)? because if it isn’t why doesn’t it show up in your Pages list, next to the About?
– is there any active plugin that excludes some categories? If yes, did you change recently the default category?
Thread Starter
st8ic
(@st8ic)
You’re right, when I list pages in the sidebar, #10 is not listed. What could cause this? I just have the basic plugins, nothing to do with something like this.
Thread Starter
st8ic
(@st8ic)
works now. don’t know why. thanks!
Well, I wouldn’t say “it works”…
Look at this URI:
http://www.lifeisarainbow.net/index.php/index.php?page_id=11
(notice the double index.php/index.php)
There is something completely wrong in your settings. What are the 2 URI values in your admin > Options >General?