#
# redirect /m to / for every request not coming from a Just Social App
#
RewriteCond %{HTTP_USER_AGENT} "!JustSocial" [NC]
RewriteRule ^/m$ / [R]
