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.
RewriteEngine on RewriteBase / RewriteCond %{HTTP_USER_AGENT} (Android|iPhone|iPod|Blackberry) [NC] RewriteCond %{HTTP_HOST} !^m.reports.com [NC] RewriteRule ^(.*)$ http://m.reports.com/$1 [QSA,L,R=301]
那不会重定向到我的新域.. 为什么?!!?
RewriteRule ^(.*)$ http://m.reports.com/$1 [L,R=301]
你错过了http://.
http://