Skip to content

Instantly share code, notes, and snippets.

@phpivanov
Created October 19, 2017 09:46
Show Gist options
  • Save phpivanov/2dd9d83926c2173b20a9b9acefa673f0 to your computer and use it in GitHub Desktop.
Save phpivanov/2dd9d83926c2173b20a9b9acefa673f0 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} "android|blackberry|googlebot-mobile|iemobile|ipad|iphone|ipod|opera mobile|palmos|webos" [NC]
RewriteCond %{HTTP_REFERER} !^http:\/\/(www\.)?site\.ru\/m\/(index.php)?$
RewriteRule ^$ http://domain.com/m/ [L,R=302]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment