Problem Making New Pages [Solved]

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
Bertolin0
New Member
New Member
Posts: 3
Joined: Sat Sep 19, 2009 6:50 pm

Problem Making New Pages [Solved]

Post 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
Last edited by reneh on Sat Sep 19, 2009 11:30 pm, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Problem Making New Pages

Post by RonnyK »

What version are you using?

DO you have a .htaccess?

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

Ronny
Bertolin0
New Member
New Member
Posts: 3
Joined: Sat Sep 19, 2009 6:50 pm

Re: Problem Making New Pages

Post 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...
Last edited by RonnyK on Sun Sep 20, 2009 6:35 am, edited 1 time in total.
Bertolin0
New Member
New Member
Posts: 3
Joined: Sat Sep 19, 2009 6:50 pm

Re: Problem Making New Pages

Post 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.
Post Reply

Return to “CMSMS Core”