Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Introduction to Mobile Websites. Please help.

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #44600
    ajnoguerra
    Participant

    Hi, I wanted to have a clear mind about mobile web apps. Can anyone help me find some answers?
    First of all, Is it possible to redirect a mobile user once he tries to visit a website – to a mobile version of that website?

    I have also noticed that some websites use 2 URLs to separate the desktop users from mobile users.
    If this is possible, how does it work? Should a business apply for 2 domain URLs?
    (eg. http://www.website.com) and (eg. mobile.website.com)

    If you guys know the best introduction and tutorial for dummies about mobile websites, please please share it to me ;(

    Thanks…

    #134306
    JohnMotylJr
    Participant

    First off, the m.website.com thing you see is a sub domain, most hosting allows some free ones which you can name anything.

    Second, you can do a server side redirect or js to detect device type, size, etc for redirecting. Just Google search php mobile redirect.

    Third, as far as android, you can redirect the user to the Google play app store to download, don’t know the link but like I said, Google it lol.

    Hope any of that helped, on my phone that’s why no code.

    #134307
    ajnoguerra
    Participant

    Thanks @JohnMotylJr! That helped a lot. I have another thought to clarify, you said that m.website.com is a sub domain and to achieve its usability I need a server side redirect or js to detect mobile devices, right? But is it also possible that I just create a sub folder in my domain that contains the mobile web version of my website and redirect my mobile users there?

    eg. my website domian –> http://www.website.com
    eg. my mobile version –> http://www.website.com/mobile

    Can it work that way if ever I don’t have a free sub domain?

    #134311

    You don`t need to pay for sub domain for your website`s mobile version. It will work perfectly.

    #134318
    moer2237
    Member

    May be you can have a look a this [Your text to link here…](http://www.mytravel22.com/kuala-lumpur-hotels.html “hotels in kuala lumpur”)

    Frankly this may not be the best example but i’m just sharing. Just scroll down & click the mobile icon.

    I used sub domain coz it’s free but you need to put canonical tag. Further more i prefer mobile site compare to apps coz you’ll need to download apps.

    #134346
    geewhiz
    Member

    I was wondering how to do something like this a while back…thanks guys

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Other’ is closed to new topics and replies.