Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 iphone 网站在谷歌搜索上的可见度比原始网站更多。而且它作为一个 iphone 站点在 PC 上运行,这有点让人分心。如果不是 iphone 设备,我想重定向到主站点。
我尝试了这个 htaccess 代码,但它对我不起作用:
RewriteCond %{HTTP_USER_AGENT} !^"iPhone" [NC] RewriteRule .? http://www.example.com%{REQUEST_URI} [R=301,L]