navigation / menu not working

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.
Locked
mike108

navigation / menu not working

Post by mike108 »

Hi

i just managed to install cms on my first site...

but got a problem that the navigation is not working..?? see here: http://touch-web.co.uk/

any ideas whats gone wrong?????

win2003 / mysql 5 / php 4.3.11

thanks!  :-\

Mike
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: navigation / menu not working

Post by Dr.CSS »

what does your confi.php say?
mike108

Re: navigation / menu not working

Post by mike108 »

#------------
#URL Settings
#------------
#Show mod_rewrite URLs in the menu?
$config['assume_mod_rewrite'] = false;
#Extension to use if you're using mod_rewrite for pretty URLs.
$config['page_extension'] = '';
#If you don't use mod_rewrite, then would you like to use the built-in
#pretty url mechanism?  This will not work with IIS and the {metadata} tag
#should be in all of your templates before enabling.
$config['internal_pretty_urls'] = true;
#If you're using the internal pretty url mechanism or mod_rewrite, would you like to
#show urls in their hierarchy?  (ex. http://www.mysite.com/parent/parent/childpage)
$config['use_hierarchy'] = true;
#If using none of the above options, what should we be using for the query string
#variable?  (ex. http://www.mysite.com/index.php?page=somecontent)
$config['query_var'] = 'page';
Last edited by mike108 on Tue Jun 06, 2006 10:56 pm, edited 1 time in total.
mike108

Re: navigation / menu not working

Post by mike108 »

think i sorted it... changed the pretty url to false and it works now.... but not with pretty url...

how do i enable that on a win server??
Locked

Return to “CMSMS Core”