IIS Clean URLs
Drupal: Clean URLs using IIS
Submitted by chris on January 9, 2006 - 13:45. Drupal Configuration | Drupal Featured | IIS Clean URLs
Update: This technique will work but will require more labor then just
running Apache.
I now run my Drupal under Apache under Windows 2003 Server.
I think I finally got around this problem (for now).
I could not figure out how to exactly translate the rules for Apache:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
I now run my Drupal under Apache under Windows 2003 Server.
I think I finally got around this problem (for now).
I could not figure out how to exactly translate the rules for Apache:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
IIS mod_rewrite type utilities
Submitted by chris on January 10, 2006 - 16:54. IIS Clean URLsHere is the list of filters:
| Name | Price |
|---|---|
| ISAPI Rewrite Filter (IONIC) | Free |
| URL Rewrite | Free |
| ISAPI_Rewrite | ISAPI_Rewrite Lite: Free Full: $69 |
| IIS Rewrite from Qwerksoft | Special: $99/server |
» read more | 4 comments
Mod_Rewrite or URL rewrite filters (basic install concept)
Submitted by chris on January 9, 2006 - 11:34. IIS Clean URLs
Most ISAPI filters install the same way.
Using the IIS Manager, select the web site you wish to apply the filter to (under Web Sites in IIS 6). In the properties under the tab "ISAPI Filters", click "Add" and select the "dll" you wish to use as a filter.
Of course review the instructions provided with the DLL.
Using the IIS Manager, select the web site you wish to apply the filter to (under Web Sites in IIS 6). In the properties under the tab "ISAPI Filters", click "Add" and select the "dll" you wish to use as a filter.
Of course review the instructions provided with the DLL.

