Hi there !
Just got cms made simple up and running on a Windows 2003 box - or almost - the admin section functions fine and the front page - but when I try to click on the menu i get 404 error - pages can't be found.
when I click on content types in the menu the url returned are:
http://www.mydomain.com/index.php/extensions
When I click on Menus/navigation system the url returned
http://www.mydomain.com/index.php/navigation_menus
etc.
What i'm i missing ?
thx in advance
Pages won't show
Re: Pages won't show
IIS has some problems with internal pretty urls.
in config.php change
$config['internal_pretty_urls'] = true;
to
$config['internal_pretty_urls'] = false;
hope this helps
in config.php change
$config['internal_pretty_urls'] = true;
to
$config['internal_pretty_urls'] = false;
hope this helps

