Is there any way to get a site to redirect if, say, php is down on the webserver and causing connections to time out?
We currently have our homepage set to our website, which is Joomla-based and uses PHP. On a couple of occasions, php has gone down on our (hosted)webserver, causing connections to the website to timeout. Other items on the webserver, such as an archive of our old website (which does not use php) still work fine when this happens.
The problem is, as our homepage is set to our website, when this happens everyone thinks that our internet is down and bombards support with calls.
Is there any way that a check could be performed when connecting, to see if the php site is working OK? Opening up the php website when it's OK and redirecting to another page when it's not?
We currently have our homepage set to our website, which is Joomla-based and uses PHP. On a couple of occasions, php has gone down on our (hosted)webserver, causing connections to the website to timeout. Other items on the webserver, such as an archive of our old website (which does not use php) still work fine when this happens.
The problem is, as our homepage is set to our website, when this happens everyone thinks that our internet is down and bombards support with calls.
Is there any way that a check could be performed when connecting, to see if the php site is working OK? Opening up the php website when it's OK and redirecting to another page when it's not?