I'm trying to expand my website's compatibility to mobile devices. My website is
www.inthedesigns.net, and I would like it to detect mobile browsers and redirect to
http://m.inthedesigns.net.
I know javascript is out of the question since the majority of mobile devices either don't support it or it's turned off by default.
Is there a simple way of doing this, like through PHP or my .htaccess file?
Much thanks!