hey pple
first, my english is verry pior. but i hope that you pple my understand.
i have ussed the cmsms for testing. everthing worked good. its worked on php5.1 and mysql 5
but now comes the problem.
my host have upgraded the OS with ubuntu 64 bits.
but now dont works my menu.
you can look at cms.tomosforum.nl
this is a new install, with no changes with the admin panel or the config file
im very hopeless
can you guyss tell me how to fix this problem?
menu dont work
Re: menu dont work
it seems that internal pretty urls wont work with your current hosting service
in config.php change
to
hope this helps
in config.php change
Code: Select all
$config['internal_pretty_urls'] = true;
Code: Select all
$config['internal_pretty_urls'] = false;
Re: menu dont work
yea, its works
thanks
thanks
