.htaccess code for Desktop ->Mobile | Mobile -> Desktop? – Apache
I have searched stackoverflow for whole day, found code only working for redirecting Desktop ->Mobile, sometimes it works, sometimes it not: RewriteCond %{QUERY_STRING} !^desktop RewriteCond %{HTTP_USER_AGENT} "android|blackberry|googlebot-mobile|iemobile|iphone|ipod|#opera mobile|palmos|webos" [NC] RewriteRule ^$ https://www.example.com/m/ [L,R=302] Anyway, i can not find any working…