Would you like to receive a free DisplayFusion Pro license?
Just visit the In the News page to find out just how easy it is!

WordPress URL Rewrite

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. I have been using WordPress URL Rewrite on this site for a while now, and I feel that it is ready to be shared with everyone. Let me ease your pain!

Full installation instructions are included with the Download (below)

Key Features:

Download

Download

WordPress URL Rewrite v0.1 for 32bit Windows (x86) (8 KB) ~ January 22, 2007
WordPress URL Rewrite v0.1 for 64bit Windows (x64) (8 KB) ~ April 17, 2007

Please note that the 64 bit version is still in testing - any feedback on it would be appreciated in the Discussion Forum.

Do you like WordPress URL Rewrite? Would you like to help keep this great software free? Consider supporting Binary Fortress Software by purchasing a $10 Pro license for DisplayFusion. If you have multiple monitors, DisplayFusion can help you manage your wallpaper and provides excellent window management hotkeys.

WordPress URL Rewrite requires that your IIS server have the “Microsoft Visual C++ 2005 SP1 Redistributable” installed. It’s a small (2mb) download and only installs a minimum number of DLLs to support WordPress URL Rewrite.
Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)
Microsoft Visual C++ 2005 SP1 Redistributable Package (x64)


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Example Configuration File (WordPressURLRewrite.ini)
#Paths to Rewrite
/
#Path Exceptions
/wp-admin
/wp-content
/Forum

The #Paths to Rewrite section defines all the WordPress installations you want to provide rewriting for. By default just the root is defined (”/”), but you can add more by defining them (”/Blog/” or “/MyBlog/”). Define as many as you want.
The #Path Exceptions section defines all the folders you want this filter to ignore. For example, defining “/Forum” will prevent WordPress URL Rewrite from rewriting any pages under this folder. This is very helpful if you have other web applications installed (like an image gallery, a discussion forum or even the WordPress Admin area).

Support

Discussion Forum

Kudos

History

v0.1 ~ April 17, 2007

v0.1 ~ January 22, 2007