First things first: this is great :p

I have it running on IIS 6 with ISAPI Rewrite, all is OK except for the form actions, i checked the code and your check for clean URL's isn't working for IIS, code from common.php

if (!isset($script)) {
  $script = (strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') === FALSE) ? 'index.php' : '';
}

so I added $script = ''; as a work-around and it's working :p

Comments

ryanlath’s picture

Thanks! I'll put a check in there for clean urls...

So does ISAPI Rewrite use .htaccess files? Or how does that work?

attiks’s picture

ISAPI Rewrite uses the same .htaccess files and syntax

ryanlath’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.