Page 1 of 1

Problem with the menu

Posted: Thu Aug 03, 2006 1:28 pm
by Teddy
Hi!

I have earlier installed the software CMS Made simple on a host with very good results. Great!!!

1-2 week later I was installing it on another server and i encountered this problem.

When I am about to change site in the menu it keeps on loading the first site over and over again.

I have already reinstalled the software 3 times and the database 1 time to start al over again but the problem continues.

What has happend and how can I solve it?

You can take a look for yourself on the site if I havent explaind good enough :)

http://liwa.sbbs.se

Thanks in advance!

Re: Problem with the menu

Posted: Thu Aug 03, 2006 2:46 pm
by tsw
There has been some problems with internal pretty urls on some apache configurations

change

Code: Select all

$config['internal_pretty_urls'] = true;
to

Code: Select all

$config['internal_pretty_urls'] = false;
hope this helps

Re: Problem with the menu

Posted: Thu Aug 03, 2006 3:13 pm
by Teddy
Thank you!

Problem solved :D