| Posted: 25 August 2010 at 9:32pm | IP Logged
|
|
|
Hi,
I have a bit of a strange problem. I have been using ISAPI_Rewrite for the last few years, and never really had major issues with it.
I am now trying to install and use ISAPI_Rewrite 2 on a Windows 2008 std 32-bit OS. As I have done several times before without any issues.
Once everything is installed, ISAPI does not do anything at all. The rule I am trying to process is a simple rewrite rule: RewriteRule /vd/somepage\.asp /vd/somepage\.htm [I,L]
The httpd.ini is in the root of the website.
I ran the proxycfg.vbs -r several times, and also tried installing ISAPI_Rewrite 3 out of desperation (I'm not using 3 normally due to an issue we have with it, it's a long story) Not even ISAPI_Rewrite 3 would work. So we decided to uninstall ISAPI as well as IIS, and retry, same thing happens. Nothing...
I just get a standard 404 error, page cannot be displayed.
Unless I actualy create a somepage.asp page, in which case, it just displays this page, and not my somepage.htm.
I even tried setting the identity of the application pool to a administrator, but still nothing.
Any help would be greatly appreciated.
UM
|