URL re-writing?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 14 años
didn't know you could do that?

how does it work?  where's the option?

thanks :)
Hace 14 años
apologies for the length of this thread...


this is the end of it now! :)



The URL re-write rules process in order...  So if you want to rewrite .htm rules from your old site....  simply create a mapping handler in IIS which sends requests for .HTM or whatever you want through the URL handler   (dont put all requests though otherwise the homepage will appear as Default.aspx and non-existant requests will also try to revert to that)

Once you have done this put in all your .htm rules

Then at the end of the rules put (.*).htm to catch all the remaining requests and fwd them to your 404 handler

woo!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.