Page 1 of 1

page help

Posted: Mon Jun 26, 2006 12:36 am
by milligreen
when i make a new page, the link for it in the navbar shows up like this...

http://milligreen.com/cms/index.php/graphic_design

i made a page called Graphic Design, and then the link for it looks like that, what do i do?

Re: page help

Posted: Mon Jun 26, 2006 5:29 am
by Elijah Lofgren
milligreen wrote: when i make a new page, the link for it in the navbar shows up like this...

http://milligreen.com/cms/index.php/graphic_design

i made a page called Graphic Design, and then the link for it looks like that, what do i do?
Those "clean" URLs don't work on IIS, only on Apache.

Open config.php and change this:

Code: Select all

$config['internal_pretty_urls'] = true;
to this:

Code: Select all

$config['internal_pretty_urls'] = false;
In the next version of CMSMS this will be off by default.  ;)