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>