Page 1 of 1

Website not working

Posted: Mon Jun 04, 2018 10:02 pm
by magical46
Hi, I wasn't quite sure where to put this, its not a template issue, I can't seem to access my website for the last couple of days, it may be that the servers are down at my host but I haven't heard from them and there are no notifications I can see on their page. I hve messaged them but in the meantime can anyone reach my site ?
www.philsweather.co.uk

Re: Website not working

Posted: Tue Jun 05, 2018 12:22 am
by scadie
Hi Magical46,

Who is your provider ? I try from the Internic.net to get you whois information, but nothing, is your domain name still valid, did you paid for the renewal ?

Re: Website not working

Posted: Tue Jun 05, 2018 8:21 am
by Johnny
Hi Phil, I cannot gain access to your site either, after a minute or so a message comes up on screen saying:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Apache/2.2.3 (CentOS) Server at www.philsweather.co.uk Port 80


By the way the link you provided above doesn't work, try this: http://www.philsweather.co.uk/

As Scadie mentions, check your domain name renewal.

Re: Website not working

Posted: Tue Jun 05, 2018 1:05 pm
by andyk1
Hello!!!

Edit: I found your problem. Disregard above errrr below now. Your url Is actually:
GET /www.philsweather.co.uk" (from "viewtopic.php?f=52&t=1405&p=6705
instead of just www.philsweather.co.uk When I manually typed it out of curiosity it worked perfectly.
Going back to your post and hovering over your link the above /forum/viewtopic……………. came up in my windows developers edition. I believe you can also turn yours on in settings somewhere.
Just a guess but it's in your index.html redirect or you copy and pasted it somewhere by accident.


Hello!

As Johnny said above. your first link does not connect... yet corrected to http://www.philsweather.co.uk/ and site looks fine with everything seeming to work as should but only a quick glance. A few issues may be causing your issue.

1) ICANN hasn't received your verified dns from your host yet. Takes up to 48 hours after setting up new site, moving it to a different host with different dns or just changed your site name of course hence the (http://)

2) You changed your dns or reset it on your host depending if your host server allows that access.

3) you re-wrote your index.html with an incorrect url or redirect.
example of your index.html file should contain:

<meta http-equiv="refresh" content="0; url=http://www.philsweather.co.uk/meteotemp ... esktop.php" />

There is a full example in the wiki somewhere and you only need to edit your path.

4) Or mis configured your .htaccess file also in root ./ if in fact you set it up and edited it.
google .htaccess setup or example .htaccess.

After you correct whichever problem it might be then just your (www.philsweather.co.uk) will work alone.
Just my thoughts... feel free to correct me if I'm wrong.

Andy

Re: Website not working

Posted: Tue Jun 05, 2018 7:23 pm
by magical46
Thanks for the above replies. I messaged my provider, and heard nothing (no surprise there) but just got in from work and it seems to be up and running again, must have been an issue with the servers because I haven't done or changed anything and am using the same links I always use.
Phil

p.s. you will notice my banner is working as well now

Re: Website not working

Posted: Wed Jun 06, 2018 3:59 am
by andyk1
Hello magical46!

If you go up to your original post and click on the link you posted to your site it is still in error. It still reads as a link to a forum post that you somehow pasted into the url. If you click one of the links Johnny or I posted for you it works as it should. If you manually type out your site it will also work. Again click on your original post and test it yourself that in fact does not work. Somehow you imbedded erroneous code from a forum site link but it is working yes.

Andy.