WordPress MOD_Rewrite Solution for IIS users

Status
Not open for further replies.

bb_wolfe

Medicinal KFC
Jan 1, 2008
3,114
108
0
Just started using WP on IIS and had a few problems with Permalinks. Lots of ways to fix the issue, but this solution really jumped out.

WordPress Permalink ISAPI

Just wanted to share that with fellow followers Darth Gates.
 


btw: if you are a coder and want to do a similar thing yourself without using isapi you can simply hook into the BeginRequest function in global.asax and do your mapping there.
 
btw: if you are a coder and want to do a similar thing yourself without using isapi you can simply hook into the BeginRequest function in global.asax and do your mapping there.

Yes, but you'd have to change the script mappings in IIS for the asp.net engine to handle all requests.
 
Status
Not open for further replies.