Page 1 of 1

Pages won't show

Posted: Tue Aug 22, 2006 3:57 pm
by Wiper
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

Re: Pages won't show

Posted: Tue Aug 22, 2006 4:00 pm
by tsw
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

Re: Pages won't show

Posted: Tue Aug 22, 2006 4:08 pm
by Wiper
Hi tsw

that was it - thx .. :)