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 |
Jump to:
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
Thanks! I'll put a check in there for clean urls...
So does ISAPI Rewrite use .htaccess files? Or how does that work?
#2
ISAPI Rewrite uses the same .htaccess files and syntax
#3
--project followup subject--
Automatically closed -- issue fixed for two weeks with no activity.
--project followup subject--
Automatically closed -- issue fixed for two weeks with no activity.
#4
Automatically closed -- issue fixed for two weeks with no activity.