http-redirectmobile

What is the best way to redirect PC web site to mobile version


I have create a mobile version of my web site and I want to redirect from PC to mobile version if user is using a mobile. I found few things but let me know what is the best way. It should view on any mobile or tablet.


Solution

  • I've used detect mobile browsers with good success. It has lots of downloadable script options like .htaccess for an apache server, php script, jQuery, perl and plenty of others.

    It's a good starting point.

    Good luck!