我想的Android/iPhone/iPad的用戶重定向到不同的網頁地址(子域),但每次它重定向在我的平板電腦將其與「該頁面包含太多服務器重定向」彈出?在服務器上我的htaccess代碼如下>該頁面包含太多服務器重定向?
Options -MultiViews +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} "android|blackberry|ipad|iphone|ipod|iemobile|opera mobile|palmos|webos|googlebot-mobile" [NC]
RewriteCond %{HTTP_HOST} !^eco-fireplaces.co.uk/mob.html
RewriteRule ^(.*)$ http://m.eco-fireplaces.co.uk/mob.html[R=307,L,NC]
這種重定向我的Android設備http://m.eco-fireplaces.co.uk/mob.html%5bR=307,L,NC%5d
但與出現「該頁面包含太多服務器重定向」?錯誤
有人可以幫助我解決這個問題吧。
BTW「過多的重定向」有時意味着重定向循環 – Kos
科斯我只是一個重定向URL?怎麼會有太多? –