php - Going down on a site with "Firefox can't establish a connection to the server" -


i've site goes down message below.

unable connect

firefox can't establish connection server at

  • the site temporarily unavailable or busy. try again in few moments.
  • if unable load pages, check computer's network connection.
  • if computer or network protected firewall or proxy, make sure firefox permitted access web.

what possible reasons that's causing message shown?

the hosting saying script taking memory. case?

to start troubleshooting replace index.php (being sure keep copy of original) basic <?php phpinfo(); ?> , see if works consistently.

if (assuming in index.php) can start working through original index.php adding bare-bones framework start , add more code until breaks.

troubleshooting easy if start 1 end or other , work towards "trouble". in case, start minimal code, keep adding until goes wrong.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -