我只是.htaccess使用此代码将用户重定向到移动网站
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} "android|blackberry|ipad|iphone|ipod|iemobile|opera mobile|palmos|webos|googlebot-mobile" [NC]
RewriteRule ^(.*)$ http://m.mysite.com/ [L,R=302]
##end mobile redirect
但我现在正在寻找的是当他们点击移动网站上的“返回主页链接”时能够将用户重定向回电脑网站 有什么方法可以使用.htaccess吗?