zina on IIS with clean URL

attiks - November 8, 2008 - 16:27
Project:Zina
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

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

#1

ryanlath - November 9, 2008 - 02:00

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

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

#2

attiks - November 9, 2008 - 08:11

ISAPI Rewrite uses the same .htaccess files and syntax

#3

ryanlath - November 16, 2008 - 16:58
Status:active» fixed

--project followup subject--

System Message - November 30, 2008 - 17:03

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

--project followup subject--

System Message - November 30, 2008 - 17:13

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

#4

System Message - November 30, 2008 - 17:23
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.