Advertisement
Guest User

Untitled

a guest
May 4th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. RewriteCond %{HTTP_USER_AGENT} (?i:iphone|ipad)
  2. RewriteRule ^(/)?$ http://site/ios/ [R=301]
  3. RewriteCond %{HTTP_USER_AGENT} (?i:android)
  4. RewriteRule ^(/)?$ http://site/android/ [R=301]
  5. RewriteCond %{HTTP_USER_AGENT} (?i:symbian)
  6. RewriteRule ^(/)?$ http://site/symbian/ [R=301]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement