B

A B C D E F H I L M N O P R S T U V W X Z

  • bestimmte IP-Bereiche oder IPs umlenken
    <?php $block_ip = "192.165"; if ( strncmp($_SERVER['REMOTE_ADDR'], $block_ip, strlen($block_ip) ) == 0 ) { header('Location: http://Zieladresse.de/zieldatei.html'); exit; } ?> ...