Visa ett inlägg
Oläst 2009-05-28, 23:09 #13
BjörnJ BjörnJ är inte uppkopplad
Mycket flitig postare
 
Reg.datum: May 2009
Inlägg: 971
BjörnJ BjörnJ är inte uppkopplad
Mycket flitig postare
 
Reg.datum: May 2009
Inlägg: 971
Kod:
<?php
if($_SERVER['REMOTE_ADDR']=='192.168.0.1')
{
	header("HTTP/1.1 301 Moved Permanently");
	header("Status: 301 Moved Permanently");
	header('Location: http://www.webmasternetwork.se/f2t36472.html');
	die();
}
?>
BjörnJ är inte uppkopplad   Svara med citatSvara med citat