My code below keeps redirecting, it works fine on FF & Chrome, wont work on Safari or IE, anybody know what I'm missing ? if (stripos($_SERVER['REQUEST_URI'],'/?') !== false) { // do nothing } else { header("Location: http://apps.facebook.com/smartytouch/"); exit; } PHP:
Cheers for the reply, I started to edit this thread but got side tracked sorry, the problem wasn't related to the code above, but a cookie/sessions issue which I found out later.. my code above ran if no cookie was issued ie: the IE browser wont except 3rd party cookies and this was because facebook iframes etc... I fixed the IE problem but the safari issue is little more complicated...