Hi, on my site 8thair.co.cc, every directory address (eg 8thair.co.cc/site) if it doesn't have a slash, it goes to 8thair.co.cc.msdesign.heliohost.org which doesnt work. I need it fixing quick, WP is going mental!!!
Hi, on my site 8thair.co.cc, every directory address (eg 8thair.co.cc/site) if it doesn't have a slash, it goes to 8thair.co.cc.msdesign.heliohost.org which doesnt work. I need it fixing quick, WP is going mental!!!
Nothing usefull in there, just tells me that my 404.html, favico.ico and 500.shtml are missing
Not a scripting problem, is on every page, even html ones!
I dont have any redirects on the domains themselves in the addon and parked menus, but just a php script that decides weather its a pc or phone and then redirects it to a folder.
msdesign mstratford.co.cc stevie I seem to be getting all my links (on all domains) going to the way they are in filemanager (e.g. 8thair.co.cc.msdesign.heliohost.org/pc, from just loading the redirect on 8thair.co.cc)
Here is my code, but i dont see what is giving it problems, it just keeps reloading on the PC site! <script type="text/javascript"> if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/Android/i)) ){ var newURL = "m." + window.location.host + window.location.pathname; location.href= "http://" + newURL; }else{ if(location.host ="mstratford.co.cc") {} }else{ var newURL = window.location.pathname; location.href="http://mstratford.co.cc/" + newURL;}}</script>
Hi! I appear to be suffering many 500 errors on my site! I have activated cloudflare on my account, but it doesn't appear to fix it and replace it with preloaded page? Any help?