Page 1 of 1

Problem Making New Pages [Solved]

Posted: Sat Sep 19, 2009 7:03 pm
by Bertolin0
Everytime I add a new page, although the page looks fine the the preview payne and is added to the navigation menu, clicking on it's link brings me to "webpage cannot be found."

To be more specific www.____.com displays the homepage and works fine. On the home page all of my other sub pages show up correctly in the navigation bar... for example under the "team" section header a page called "roster" shows up. When you click on "Roster" it attempts to bring you to  http://www.____.com/team/roster.html which fails.

The page can actually be pulled by manually entering either of these two addresses:
http://www.____.com/index.php?page=roster.html
http://www.____.com/index.php?page=/team/roster.html

How do I fix this problem so that when I create a new page, the auto-generated link in the navigation menu automatically tries to access the correct address?

Any help is greatly appreciated,
-Keith

Re: Problem Making New Pages

Posted: Sat Sep 19, 2009 7:05 pm
by RonnyK
What version are you using?

DO you have a .htaccess?

What settings are modified in config.php concerning pretty-urls....

Ronny

Re: Problem Making New Pages

Posted: Sat Sep 19, 2009 10:57 pm
by Bertolin0
Thanks for the immeidate response. I downloaded and installed the latest version and 'think' I correctly followed the instructions regarding modifying the files but don't really know what I'm doing so I very well may have messed something up. I attached the htaccess.php, config.php, and version.php files for your review. Let me know if I can provide anything else to help.

Thanks again for the help,
-Keith

Remark: Removed the attachments, as the db-credentials were showing... Next time when posting, leave the db-credentials out of postings...

Re: Problem Making New Pages

Posted: Sat Sep 19, 2009 11:07 pm
by Bertolin0
Got it! Thanks for drawing my attention to pretty-urls, I re-read the entire post-installation options and fixed my problem. Thanks again for you help.