Redirect for Mobile Device with .htaccess // EXCLUDE IPAD
问题 I use this Code in my .htaccess to redirect mobile devices. At the moment iPad is also a mobile device. How can I change this, so that ipad is not redirected to a mobile version? Thank you! RewriteEngine on RewriteBase / # Check if this is the noredirect query string RewriteCond %{QUERY_STRING} (^|&)m=0(&|$) # Set a cookie, and skip the next rule RewriteRule ^ - [CO=mredir:0:www.website.com] # Check if this looks like a mobile device # (You could add another [OR] to the second one and add in