ISAPI Rewrite Lite

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
viebig

ISAPI Rewrite Lite

Post by viebig »

Does anyone know how to setup CMSMS with pretty urls?

I´ve tried so many rules, and I´m getting exausted.. hate windows hate iis but it´s not my call
Pierre M.

Re: ISAPI Rewrite Lite

Post by Pierre M. »

I've seen an IIS ISAPI Rewrite sample-solution thread some time ago...
http://forum.cmsmadesimple.org/index.ph ... 010.0.html

Pierre M.
viebig

Re: ISAPI Rewrite Lite

Post by viebig »

I have tried this solution.. dont work for me.. ty
usolis
New Member
New Member
Posts: 6
Joined: Mon Jul 23, 2007 1:23 pm

Re: ISAPI Rewrite Lite

Post by usolis »

I just finished banging my head against ISAPI rewrite - all working now, I used:

Code: Select all

[ISAPI_Rewrite]
RewriteCond Host: (www\.)?mydomain\.org
RewriteRule  /(.+)\.html /index.php?page=$2 [I,L]
Hope that helps some of you - basically in ISAPI rewrite 2 the file and directory existence checks are not implemented - so this takes all files ending in .html (as set up in my config.php) and turns them into queries.

Many hosts don't yet use ISAPI rewrite 3 (it conflicts with IIS password)

Hope this helps save somebody a day like I've had today!
Locked

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