I have developed two sites. one is for normal web browsers and another is for mobile browsers. now what I need to do is, if some one is accessing my site from mobile with URL
www.xyz.com/PQR&page=search
then user should have the result of below URL
www.xyz.com/folder1/some/parameter/PQR
How can I do this with .htaccess.?