J
Juha Borenius
I read Robert Chartier's article from 15 seconds
(http://www.15seconds.com/issue/030522.htm) and tried it myself. URL
rewriting seems to work fine as long as original file exists. For example:
redirecting from /mysample/default.html to /mynewsample/default.html works
when original file exists. But when original file doesn't exist or request
file is not specified (requesting for a directory /mysample/), IIS throws an
error. Seems that HttpModule doesn't get OnBeginRequest -event at all.
Is there any way to work around this problem?
Is there any ready ISAPI filters for URL rewriting?
Regards,
Borre
(http://www.15seconds.com/issue/030522.htm) and tried it myself. URL
rewriting seems to work fine as long as original file exists. For example:
redirecting from /mysample/default.html to /mynewsample/default.html works
when original file exists. But when original file doesn't exist or request
file is not specified (requesting for a directory /mysample/), IIS throws an
error. Seems that HttpModule doesn't get OnBeginRequest -event at all.
Is there any way to work around this problem?
Is there any ready ISAPI filters for URL rewriting?
Regards,
Borre