【问题标题】:How to redirect traffic that comes from certain url to another using IIS - Web.config如何使用 IIS - Web.config 将来自某个 url 的流量重定向到另一个
【发布时间】:2012-06-21 22:57:14
【问题描述】:

这个 .htaccess 文件正是我需要的。

但是我正在运行 ASP.net,我需要 Web.Config 的确切代码

///////.ht访问码/////////

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_REFERER} referrerURL\.com/
RewriteRule ^$ http://www.redirectedURL.com [R=301,L]

【问题讨论】:

    标签: asp.net .net .htaccess redirect web-config


    【解决方案1】:

    为什么不安装 http://www.helicontech.com/isapi_rewrite/http://www.helicontech.com/download-ape.htm(取决于您的 IIS 版本)来为您提供 .htaccess 功能?

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-09-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-06-27
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多