I am trying to get IIRF to work with MR and am having some problems
with getting 404 errors.
The rules are rewriting to the proper location, ie. ^/register.aspx
to /register/index.aspx. The problem is that
asp.net is throwing a
404 error since /register/index.aspx doesn't actually exist. If I
remove the filter from IIS the /register/index.aspx URL works again.
I'm convinced that I am just missing a base rule in the filter or
something. Here is the rewrite I am trying to get to work:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^/register.aspx /register/index.aspx [U,I,L]
I also tried without the conditions with the same outcome. Anyone else
get IIRF to work with MR?
Thanks!
Sean