|
Posted by CyberDog on 10/17/19 11:30
CyberDog wrote:
> ---snip---
> $web = "http://www.myoriginalsite.com";
> $backup = "http://www.mybackupsite.com";
> $var = @fsockopen($web, 80, $errno, $errstr, 2);
> if ($var) { header("Location: ". $web) } else { header("Location: ".
> $backup) }
> ---snip---
Sorry, forgot to mention, that would be the PHP sollution.
[Back to original message]
|