Question
Subdomain for a mobile site?
Hi,
I have an ubuntu droplet running wordpress.
I developed a desktop and mobile theme for my Wordpress site and switch between the two using a wordpress plugin that detects the device the user is on and loads the appropriate theme accordingly. The only problem is this conflicts with varnish; since the URL is the same for both mobile and desktop browsers, sometimes desktop viewers will see the mobile site (and vice versa).
I’d like to setup a subdomain, m.mydomain.com, that gets loaded if the user is on a mobile device. But obviously I wouldn’t want to run two sites as this would cause headaches in managing the data.
What’s the best way to do this?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×