Page 1 of 1

navigation / menu not working

Posted: Tue Jun 06, 2006 4:37 pm
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

Re: navigation / menu not working

Posted: Tue Jun 06, 2006 9:55 pm
by Dr.CSS
what does your confi.php say?

Re: navigation / menu not working

Posted: Tue Jun 06, 2006 10:41 pm
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';

Re: navigation / menu not working

Posted: Tue Jun 06, 2006 10:55 pm
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??