0

Redirect Issues: Duda or Godaddy?

Did you guys change the way mobile website redirect works? Can you point me to new settings? This is what we currently have <script type="text/javascript" src="https://s3.amazonaws.com/static.dudamobile.com/DM_redirect.js"></script>

<script type="text/javascript">DM_redirect("http://mobile.riverdentistry.com");</script>. Should it be something else, with http, etc?

 

Also, did mobile.dudamobile.com in cname config should change to mobile.dudasite.com?

 

if you type m.rieverdentistry.com or mobile.riverdentistry.com you get error message 403 Forbidden

nginx. is it on your or godaddy side?

 

and is the mobile website url still http://mobile.riverdentistry.com? or https://mobile.riverdentistry.com

2 comments

  • 0
    Avatar
    Paola

    Hey,

     

     

    Mobile sites are only appearing on mobile devices, checking m.domains.com on desktop will give 403.

    The standard script should be:

    <script type="text/javascript" src="http://static.mobilewebsiteserver.com/redirect.js"></script>
    <script type="text/javascript">DM_redirect("ENTER_MOBILE_URL_HERE");</script>

    If you have a site that's using HTTPS or SSL, the standard redirect script won't work when loaded. Instead, use our HTTPS compatible redirect script.

    Redirect script for direct users;

    <script type="text/javascript" src="https://s3.amazonaws.com/static.dudamobile.com/DM_redirect.js"></script>
    <script type="text/javascript">DM_redirect("ENTER_MOBILE_URL_HERE");</script>
  • 0
    Avatar
    Paola

    What is the desktop URL?

    This domain

    https://riverdentistry.com/ is blank page.

Please sign in to leave a comment.