|
Posted by CyberDog on 11/18/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.
Navigation:
[Reply to this message]
|