This is my second day with WP so I'm quite new. Unfortunately, I've been unable to find a direct answer for my issue (codex, youtube, etc.), so here goes. I'm having two seemingly simple problems:
To begin, I have permalinks enabled (month/day)
Problem I
When I create a static page (with no parent), the tab shows up on the home page, but when I click it I get the "webpage not found" error. Similarly, when I create a [static] subpage, clicking on the subpage also yields the same error.
The url of the static page WP is trying to find is
http://.../blog/first_static_page/
Problem II
I can see, and scroll through, the blog roll (i.e., the main page with all the blog entries), but I can not access any of the entries individually. For example, when I click on the title of any individual blog entry, I get the "webpage not found" error.
The URL of the [failing] entry is
htt://.../blog/2011/10/blogentry/
I'm sure I am missing something. Any help would be greatly appreciated.
Michael