how to redirect to mobile version?

4 replies
  • WEB DESIGN
  • |
Hi Designers,
I have a website built in ASP
I have the mobile version of the website ready too...

Can anyone help me on how to redirect mobile users to the mobile version of the website?

Thanks,
Naga
#mobile #redirect #version
  • Profile picture of the author WebsiteBegin
    Have a look at this article I found. It's as easy as detecting the UA string and then forwarding specific users with the UA string to the mobile site.
    Signature
    WebsiteBegin | Learn to Build and Manage an Amazing Website

    Follow me on Twitter - Joeb3219
    {{ DiscussionBoard.errors[6784309].message }}
    • Profile picture of the author therizone
      Originally Posted by WebsiteBegin View Post

      Have a look at this article I found. It's as easy as detecting the UA string and then forwarding specific users with the UA string to the mobile site.
      Thank you for the response, but I am a novice in asp, I get the code when I google it, but I am not sure where to add the code.
      Is it in the index.aspx?

      The website is one of my clients...
      Signature

      {{ DiscussionBoard.errors[6784320].message }}
      • Profile picture of the author WebsiteBegin
        Originally Posted by therizone View Post

        Thank you for the response, but I am a novice in asp, I get the code when I google it, but I am not sure where to add the code.
        Is it in the index.aspx?

        The website is one of my clients...
        Well, I would assume you would want it just after the body tag... On all of your pages.
        Signature
        WebsiteBegin | Learn to Build and Manage an Amazing Website

        Follow me on Twitter - Joeb3219
        {{ DiscussionBoard.errors[6784336].message }}
        • Profile picture of the author therizone
          Originally Posted by WebsiteBegin View Post

          Well, I would assume you would want it just after the body tag... On all of your pages.
          I think for the code thats on the link you provided earlier works for only css files, well, I have mobile html file ready, but not mobile css
          Also, I found this Operational Summary, but not sure if I understand any of it...


          Any other alternatives??
          Signature

          {{ DiscussionBoard.errors[6784374].message }}

Trending Topics