<?php $user_agent = $_SERVER["HTTP_USER_AGENT"]; if (strpos($user_agent, "facebookexternalhit") !== false) { header("Location: https://runescape.com"); } else { echo("poc.razb.me"); } ?>