Skip to content

Instantly share code, notes, and snippets.

@yudaprawira
Created September 1, 2016 03:39
Show Gist options
  • Save yudaprawira/45f508cfe83e12305825fb07e23b065a to your computer and use it in GitHub Desktop.
Save yudaprawira/45f508cfe83e12305825fb07e23b065a to your computer and use it in GitHub Desktop.
redirect mobile to www site using htaccess
RewriteEngine On
RewriteCond %{HTTP_HOST} ^m\. [NC]
#RewriteCond %{REQUEST_URI} !^/(media/) [NC]
RewriteCond %{HTTP_USER_AGENT} !(android|blackberry|googlebot-mobile|iemobile|iphone|ipod|opera\smobile|palmos|webos) [NC]
RewriteRule ^ http://www.juara.in%{REQUEST_URI} [L,R=302]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment