Static pages: Not Found problem
-
Hi!
I installed wp-2005-01-26 tarball with Kubrick (default) theme.
In order to create menu bar I inserted the following code in header.php:
<div id="navbar">
<ul id="navbarlinks">
<li><a href="/gtk2hs/overview/" id="overview" title="Overview">Overview</a></li>
<li><a href="/gtk2hs/" id="news" title="News">News</a></li>
<li><a href="/gtk2hs/download/" id="download" title="Download">Download</a></li>
<li><a href="/gtk2hs/documentation/" id="documentation" title="Documentation">Documentation</a></li>
<li><a href="/gtk2hs/development/" id="development" title="Development">Development</a></li></ul>
</div>
and added/modified the code in styles.css.
Then I created few static pages (accordinf to the above code) and link them to the menu items.
There is no problem with the menu, but only 1st static page(Overview) is shown (News is homepage), while for others I am getting Not Found error.
Anyone has any clue?
(the site is on: https://atmarama.org/gtk2hs/)
Sincerely,
Gour
- The topic ‘Static pages: Not Found problem’ is closed to new replies.