Jump to content

Redirect if Online


invertigo

Recommended Posts

 

Hello,

 

Ive been looking for a nice Redirect if online script, but there i didnt manage to find one. I know its probably easy to create one, but i dont understand a single bit of PHP making this very hard for me ;).

I found this code to redirect though:

 

<?php
header("Location: http://website.com/");
exit;
?> 

 

My question: Whats the best way to extend this into a "redirect if server is online" script.

should i add a "if http://website.com is online, then redirect" like rule? and how could i do this?>

 

Thank you very much, Invertigo.

 

Link to comment
https://forums.phpfreaks.com/topic/43146-redirect-if-online/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.