iis web.config 配置示例

iis web.config 配置示例

?xml version=1.0 encoding=UTF-8? configuration system.webServer rewrite rules rule name = Redirect stopProcessing = true match url = .* / conditions add input = {HTTP_HOST} pattern = ^domain.com$ / / c...