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
Problem Making New Pages [Solved]
Problem Making New Pages [Solved]
Last edited by reneh on Sat Sep 19, 2009 11:30 pm, edited 1 time in total.
Re: Problem Making New Pages
What version are you using?
DO you have a .htaccess?
What settings are modified in config.php concerning pretty-urls....
Ronny
DO you have a .htaccess?
What settings are modified in config.php concerning pretty-urls....
Ronny
Re: Problem Making New Pages
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...
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.
Re: Problem Making New Pages
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.