-1

Unable to load mobile site

I know this has to do with the following.  This site was originally http, yesterday we did ssl and now it is https

The site looks ok on mobile, but when I go the edit it or even rebuild it in duda i get this:

Unable to load the mobile site since the internet site: http://www.alexanderappraisalservices.com is currently not available

Any suggestions?  

 

3 comments

  • 1
    Avatar
    Kathy Bankston

    I know that this has to do with the htaccess redirect.  After installing the ssl I added the following to redirect http to https 

    RewriteCond %{SERVER_PORT} 80
    RewriteCond %{HTTP_HOST} ^(www\.)?alexanderappraisalservices\.com
    RewriteRule ^(.*)$ https://www.alexanderappraisalservices.com/$1 [R,L]

    If I remove this from htaccess then it works

    What am I missing?

  • 0
    Avatar
    Amanda Emery

    I was trying to load an image to the mobile app on 10/26/19.  I ran out of time- did not get the image posted, but mobile was still active.

    On 10/27/19 a customer stated the app was down.  And I received the same   

    Unable to load the mobile site since the internet site: http://www.imf4kids.org is currently not available

    How do I get my app back?  It's also affecting the Homestead Website for www.imf4kids.org

     

  • 0
    Avatar
    Paola

    @Kathy can you try this script

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

     

     

    @amanda, hmmm, I see the site live on mobile http://m.alexanderappraisalservices.com/

    Its not going to work on a desktop, Dudamobile sites are only available on mobile devices.

     

    Not sure about homestead,   "It's also affecting the Homestead Website for www.imf4kids.org" I suggest to reach out to them.

     

Please sign in to leave a comment.