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

后端 未结 7 1897
春和景丽
春和景丽 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:24

    You need an ISAPI module. It's quite a bit more complex than URL rewriting in ASP.NET, so you can try a commercial rewriter like this one.

    Or you can try the Ionic's Isapi Rewrite Filter, which is free, at http://www.codeplex.com/IIRF

提交回复
热议问题