English 中文(简体)
将所有贩运从吉卜赛人运到其他地方
原标题:Redirecting all traffic from HTTP_REFERER to something else
  • 时间:2011-10-27 11:07:54
  •  标签:
  • .htaccess

有些人正在 scrap弃朋友们的博客,言辞,画面。

我正试图用手法排除一些密码,以便今后在这样做时,它们将取消一些假装内容。

这就是我目前的情况。

RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://www.theirdomain.com
RewriteRule ^(.*)$ http://www.mydomain.com/rickrolling.html [R=301,L]

我希望报废领域总是看到rick。 页: 1

如果看上去,我发现的例子似乎不可行。 看来,它应该为我工作。

感谢您的帮助

问题回答

当它们重新报废时,它们是否实际上将自己的域名作为《吉大港山区规则》(>Referer的头号? 我不怀疑。 更不用说对照他们的IP地址或东西进行检查。 您能否查阅服务器记录? 你们能否确定它们提出的要求?

但是,归根结底,你在此重新寻找解决法律问题的技术办法。 您最好不要填写whois,看看其域名,并威胁要把他们及其东道国传给他们。 如果你及其东道方都在美国,则有一个特别的法律工具,称为债务管理和金融分析中心减员通知。 我不是在美国,因此我对它不知很多。 但看着这个问题。





相关问题
Ignore symlinks in clean URL s in .htaccess

Example URL: example.com/user /user is both a symlinked directory and a valid URL to content on my site. I user Horde Routes to request the content and all requests to the site go through index.php. ...

.htaccess File Options -Indexes on Subdirectories

I have the following .htaccess line, simple no indexes on root. Options -Indexes What do we add so it propagates to any sub directory instead of having to create one file for each? One .htaccess on ...

Mod Rewrite ignoring -d

After a day or two, I am still fighting with Mod Rewrite. It seems that 60% of my development time is spent battling the server. My current URL structure is such that all http://example.com/xyz and ...

ErrorDocument 404 Not Sending Referrer Information: PHP

I m using a standard htaccess ErrorDocument 404 to redirect users to a new page. In order to customize the 404, I need to know their referrer information (from the page they Tried to visit). $...

Find all htaccess files on server [closed]

I m looking for a Linux command to go through all the directories on my server and find all .htaccess files. The output would be a list of all those files with full path, creation/modification date ...

301 Redirect Help with Dynamic URL s and Multiple Id s

I just did a redesign for www.wildchildclothes.com which has a new URL structure. The old site ran on Zen Cart and had a bad URL structure. Here are some examples of what I want to redirect from: OLD:...

热门标签