SEO Pretty Urls on IIS with ISAPI

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
GoneShootin
New Member
New Member
Posts: 3
Joined: Tue Sep 16, 2008 11:24 am

SEO Pretty Urls on IIS with ISAPI

Post 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?
Last edited by GoneShootin on Thu Feb 18, 2010 1:20 pm, edited 1 time in total.
Jos
Support Guru
Support Guru
Posts: 4020
Joined: Wed Sep 05, 2007 8:03 pm

Re: SEO Pretty Urls on IIS with ISAPI

Post by Jos »

It can be done for CMSms core, there are posts about it in this forum.. but it will not work for modules  :(
Locked

Return to “[locked] Installation, Setup and Upgrade”