So I have ISAPI Rewrite 3 (Helicon) installed on my Server Windows IIS 7 Server and the service is running.
In the Rewrite Manager, I have added a very simple rule (for all IIS Websites) that will redirect all requests to test.html. This is how it looks like:
# Helicon ISAPI_Rewrite configuration file
# Version 3.1.0.87
RewriteEngine on
RewriteRule .* test.html
This, however, does not work at all. What did I miss? I'm pretty much a novice. Is that a folder problem? Do I have to specify a RewriteBase? If so, what's the value - / does not work. Thansk!