WordPress URL Rewrite
Windows This is a Community Contributed Download
Category | Handle Requests, Manage, Develop |
---|---|
License | Free |
Supported by | Email, Forums |
Works With | IIS 5, IIS 5.1, IIS 6 |
Documentation | WordPress URL Rewrite Documentation |
Updated on | January 30, 2007 |
Uploaded by | jtackabury |
Overview
Have you ever tried to use Permalinks with WordPress running on an IIS server? What a pain. I created this ISAPI filter for IIS specifically to provide URL Rewriting for WordPress, without having to install and configure a full URL rewriting software package. This ISAPI filter allows you to create Permalinks that don’t suck, and it lets you do it very easily, with almost no configuration required.
Features
- Can run with multiple WordPress installations in an IIS Web Site (for example: / and /MyBlog/)
- Has a configurable path Exceptions list (for example: defining /Forum as an exception would prevent any pages in this folder from being re-written)
- Works with IIS 5.0, 5.1 and 6.0
- Works with WordPress 2.0.x and 2.1
- Coded in C++ for top speed
- Easy to setup, easy to maintain
- Has a configurable path Exceptions list (for example: defining /Forum as an exception would prevent any pages in this folder from being re-written)
- Works with IIS 5.0, 5.1 and 6.0
- Works with WordPress 2.0.x and 2.1
- Coded in C++ for top speed
- Easy to setup, easy to maintain
Benefits
Provides simple permalinks without using any 404 hacks or full-blown, complicated URL rewriting software.
Requirements
- WordPress v2 or higher running on IIS