Pages won't show

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
Wiper

Pages won't show

Post 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
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Pages won't show

Post 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
Wiper

Re: Pages won't show

Post by Wiper »

Hi tsw

that was it - thx .. :)
Locked

Return to “CMSMS Core”