Glbasic.com from Phone

Previous topic - Next topic

bigtunacan

Not sure if this is the right place to post this, but for the last couple of weeks Glbasic.com won't come up from my Cell phone (Android) browser.  Instead I get a page that has only the text "It works!". 

Kitty Hello

The difference of calling
http://www.glbasic.com vs. http://84.200.208.163

what should I do?

Kitty Hello

I don't understand. http://glbasic.com works also.

Kitty Hello

on my Adnroid, WebOS and iOS browsers it works properly... :(

bigtunacan

The proper way to fix it is probably a change to your DNS port forwarding or a redirect in your Apache setup, but since I'm not sure what that looks like on your side can't really give much more direction than that.

Another option, this is a hack, is to open the default html page that is sitting at http://84.200.208.163 and add the following bit of javascript into the <body> tag.  This is a javascript page redirect.

<script type="text/javascript">
<!--
window.location = "http://www.glbasic.com/"
//-->
</script>