you need mod_rewrite module

來源: ohlalala 2008-07-18 20:18:50 [] [舊帖] [給我悄悄話] 本文已被閱讀: 次 (361 bytes)
in the .htaccess file,

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} ^whateveragent1.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^whateveragent3.* [OR]
...
RewriteCond %{HTTP_USER_AGENT} ^whateveragentn.*
RewriteRule ^/index.php http://example.mobi/otherurl.php [R=301,L]

That should do it.


請您先登陸,再發跟帖!

發現Adblock插件

如要繼續瀏覽
請支持本站 請務必在本站關閉/移除任何Adblock

關閉Adblock後 請點擊

請參考如何關閉Adblock/Adblock plus

安裝Adblock plus用戶請點擊瀏覽器圖標
選擇“Disable on www.wenxuecity.com”

安裝Adblock用戶請點擊圖標
選擇“don't run on pages on this domain”