0

我正在使用 url 更短的脚本。它有广告/链接规则。

但我不希望短链接重定向到广告链接。在管理面板中没有删除广告支持的选项。请看一下beurl.in

这是我的 htaccess 文件代码。

DirectoryIndex index.php

FileETag none
ServerSignature Off

Options All -Indexes

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^([0-9a-zA-Z]{1,6})$ links/?to=$1 [L]
RewriteRule ^([0-9]{1,9})/banner/(.*)$ links/?uid=$1&adt=2&url=$2 [L]
RewriteRule ^([0-9]{1,9})/(.*)$ links/?uid=$1&adt=1&url=$2 [L]
</IfModule> 
4

1 回答 1

1

该页面的商业模式基于他们向您展示的广告。试图颠覆至少更有可能违反他们的服务条款是不道德的(尽管由于链接已关闭而难以检查)。如果您真的想要短网址并且不想要广告,为什么不使用其他提供商,例如goo.gl呢?他们免费提供相同的服务(即您不通过看广告付费)。

于 2012-12-12T13:29:42.043 回答