Page 1 of 1

SEO Pretty Urls on IIS with ISAPI

Posted: Thu Feb 18, 2010 12:05 pm
by GoneShootin
I have the following URL Settings from my config file (V 1.6.6)

Code: Select all

$config['url_rewriting'] = 'internal';

$config['page_extension'] = '';

$config['use_hierarchy'] = true;

$config['query_var'] = 'page';
Which currently gives me something like

I have the following URL Settings from my config file

Code: Select all

http://<url>.com/index.php/news/1/39/News-Module-Installed
What I'd really like is to be able to remove index.php/ from the url such that instead it reads as

Code: Select all

http://<url>.com/news/1/39/News-Module-Installed
I've searched the forums and tried some of the solutions, but I suppose I didn't know what I was doing :)

Any ideas?

Re: SEO Pretty Urls on IIS with ISAPI

Posted: Thu Feb 18, 2010 12:14 pm
by Jos
It can be done for CMSms core, there are posts about it in this forum.. but it will not work for modulesĀ  :(