HI i have used the following code to redirect to mobile website.It works fine from mobile to mobile website, domain.com to m.domain.com in mobile, but \"?id=9\" at the end of ur
To strip query string append ? in the target URL like this:
?
RewriteRule ^ http://m.example.com%{REQUEST_URI}? [R,L]