Thread
:
i need URGENT HELP !! .htaccess problem
View Single Post
07-18-2003, 08:27 AM
zoic
Registered User
Join Date: Nov 2001
Posts: 84
Put this at the start of you out.php to redirect them...
if (strpos($_SERVER['HTTP_REFERER'], 'somedomain.com') ! = = FALSE) {
header('Location:
http://www.someotherdomain.com/
');
exit;
}
(remove the spaces in ! = = seems to be a banned word!)
Dave
Last edited by zoic
; 07-18-2003 at
08:34 AM
..
zoic
View Public Profile
Find More Posts by zoic