how to implement url rewriting in classic ASP

ⅰ亾dé卋堺 提交于 2020-01-24 01:33:25

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!