WordPress Permalinks in IIS6
August 11th, 2009
No Comments
I was looking for a way to use WordPress permalinks under IIS6 without having to use a custom 404 handler, and after some searching, I came across this:
This ISAPI filter removes the index.php from WordPress’s permalinks on IIS,making your permalinks more pretty and SEO friendly.
Because IIS does not support mod_rewrite module for rewriting URLs, so [...]
Tags: Blog Add-ons, Computing, Interests, Personal