Is it possible to do friendly url (url rewriting)

2019-01-15 10:44发布

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 (SEO) to creating pages whos sole purpose is to redirect (on load) to a different page?

thanks!

7条回答
爱情/是我丢掉的垃圾
2楼-- · 2019-01-15 11:12
  • If your classic ASP application runs on a IIS7 then I would totally suggest creating a web.config and using ASP.NET url rewriting feature. I use that for my projects and it works perfectly!
  • If it runs on an older IIS then ISAPIRewrite or IIRF. Nevertheless I would try as hard as possible to upgrade to IIS7 as it will make things so much easier.
查看更多
登录 后发表回答