在web.config上重写子域url

时间:2012-03-27 22:36:10

标签: url web-config query-string subdomain rewrite

在web.config中,我想重写子域的URL。

http://m.mySite.com/listing-50.php

http://m.mySite.com/listing.php?id=50

1 个答案:

答案 0 :(得分:0)

熟悉Url Rewrite可能会有所帮助。使用正确的正则表达式,您应该能够管理您正在寻找的内容。