Tagged Questions

1
vote
0answers
72 views

IIS 5.1, HttpHandler based on path, NOT Working. Is it possible to fix with IIRF?

I have a reverse proxy written in C#/ASP.NET. After adding a Wildcard Mapping in IIS6 it works just fine. My problem is that I have to make this application compatible with Windows XP and IIS 5.1. …
1
vote
2answers
167 views

IIRF URL rewrite to force www prefix: example.com -> www.example.com

Hi there, I'm trying to do something pretty simple in iirf. I want all requests that are missing the www. prefix to have it added. This is my IsapiRewrite4.ini: RewriteCond %{HTTP_HOST} …
1
vote
2answers
49 views

IonicIsapiRewriter doesn’t work on Windows 2008 but does in Vista

I am migrating my sites from a Windows 2003 server to Windows 2008 however the url rewriting application simply doesnt work when set up on the Windows 2008. Any ideas? I just get 404's instead of it …
1
vote
2answers
188 views

How can I test if IIRF works?

http://www.codeplex.com/IIRF/Thread/List.aspx My webhost installed IIRF for me and I am convinced that they did not do it correctly. I've tried numerous examples including one that I know works with …
0
votes
1answer
143 views

URL Rewriting multiple folders to one folder

Hi, I'm using IIRF on IIS6/Server03 with an MVC app in the root of the server and a virtual directory for the wordpress blog/cms. I'd ideally like the urls as follows... domain.com/ …
0
votes
6answers
312 views

Stack overflow in IIRF (a C program, ISAPI)

I am using IIRF - an ISAPI rewrite filter for pretty URL's. I haven't been able to get much help from the developer on these issues. I'm hoping by making some sense of this dump, so I can find the …