I use a javascript function on mobile page to redirect users to main page(pc). So i want to change the url! Change M.MYSITE.COM/somepath/page.HTML to http://WWW.MYSITE.COM/somepath/page.HTML
Mobie URL
m.mysite.com/pics/en/?wallpaper/super-man_w39.html
To main URL
www.mysite.com/pics/en/?wallpaper/super-man_w39.html
Is there any way using PHP? I tried using parse url but i failed! help me? any way?
If your url will always be that format, you can use this: