【问题标题】:Rewrite sub-domain url on web.config在 web.config 上重写子域 url 【发布时间】:2012-04-11 12:37:39 【问题描述】: 在web.config中,我想重写子域的url。 http://m.mySite.com/listing-50.php 到 http://m.mySite.com/listing.php?id=50 【问题讨论】: 标签: url web-config query-string subdomain rewrite 【解决方案1】: 熟悉Url Rewrite 可能会很有用。使用正确的正则表达式,您应该能够管理您要查找的内容。 【讨论】: