问题
how to implement url rewriting in classic ASP
thanks, Aaryan
回答1:
If it is not IIS7 then you should use ISAPI (for best results):
http://cheeso.members.winisp.net/IIRF.aspx
回答2:
I don't know if this is best practice, but I've hacked it together long ago just using a custom 404 asp page and the server variables.
回答3:
I don't suppose you're using IIS7? You can use the IIS7 Url Rewrite module...
来源:https://stackoverflow.com/questions/1468930/how-to-implement-url-rewriting-in-classic-asp