Directing Users to Your Mobile Site

October 20, 2011
0 minute read

Your mobile website is designed, published and ready to go. Now what? Nearly 20% of the sites built and beautifully designed on DudaMobile are not redirected from their regular sites.

One of the most important programmatic steps necessary when building a mobile website , is the creation of the redirection that will bring users to your site.

Generally, your regular desktop website will be located at a URL of the form www.mysite.com – and you’ll place your mobile site on the subdomain m.mysite.com. While mobile users could type in m.mysite.com and reach your mobile site, they are more likely to go to the address they know from the desktop web. More importantly, search engines will most often point to the www.mysite.com web address.

There are three ways to go about creating this redirection

  1. On the front-end, using JavaScript.
  2. On the back-end, using whatever programming language used in your site.
  3. On the web server level, if your site is served by Apache, using .htaccess directives.

Whatever the approach, the principle is the same

First: Detect which user agent (web browser) the user is arriving from. If the browser is a mobile browser – that if certain substrings are found within the user agent: iPhone , Android , etc. (lists of these are available via a quick Google search) – you can continue on to the second step.

Second: Redirect the user to the mobile site’s address. Take into consideration whether or not you’d like to forward mobile users arriving at any page of your desktop site to the mobile site, or, alternatively, only those arriving at the homepage. If you choose the former, you’ll then want to decide whether to forward users arriving on a given page onto the parallel page on the mobile site, or simply to the mobile site’s homepage. Obviously, you’ll need to ensure your mobile site’s code is built in such a way that allows for this. If you create your mobile site on DudaMobile, this is all taken care of for you.

Have a Question About Mobile Web Development?

Direct all questions, tips and comments to Shaun Waksman, DudaMobile’s Product Manager. Send him an email at Shaun@dudamobile.com.


Did you find this article interesting?


Thanks for the feedback!
A website alongside code, where the code represents some ARIA markup.
By Shawn Davis July 22, 2025
Discover how ARIA (Accessible Rich Internet Applications) enhances web accessibility, improves SEO, and mitigates legal risks for digital marketing agencies.
Corey Quinn alongside four website templates
By Shawn Davis & Corey Quinn July 15, 2025
Discover how specialized agencies can create memorable client engagements and stand out in a crowded market using bold, innovative strategies.
A widget being generated with AI
By Shawn Davis & Callum Wells July 11, 2025
AgencyGenius is using artificial intelligence to take Duda websites to the next level. Here’s how they do it.
Show More

Latest posts