After creating both the desktop and mobile versions of my website, I have a question. How can I determine whether a visitor is using a mobile phone or a PC when they come to my website?
Specifically, if a visitor accesses my website through a mobile device, I want to redirect them to the mobile version. And if they are using a desktop, I want to redirect them to the desktop version. How can I achieve this since I am using HTML5 and CSS for my website?
Any help would be greatly appreciated.
UPDATE--> Is it possible to achieve this using the USER AGENT?