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?
page help
- Elijah Lofgren
- Power Poster

- Posts: 811
- Joined: Mon Apr 24, 2006 1:01 am
Re: page help
Those "clean" URLs don't work on IIS, only on Apache.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?
Open config.php and change this:
Code: Select all
$config['internal_pretty_urls'] = true;
Code: Select all
$config['internal_pretty_urls'] = false;Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. 
