Is it possible to do friendly url (url rewriting) in classic asp?

后端 未结 7 1883
春和景丽
春和景丽 2020-12-01 22:36

I know how to create/implement friendly url in asp.net, but is it possible (and if so - how) to do it in classic asp?

if its impossible, how would google respond (SE

相关标签:
7条回答
  • 2020-12-01 23:30

    Use a URL rewriter like IIRF or IsapiRewrite that ties into IIS and is processed before ASP/ASP.NET/PHP get the request.

    0 讨论(0)
提交回复
热议问题