I’m working on a mobile version of our website and we have PHP functions that check the browser information, which are working great…
but when I try to do a redirect inside a EE template it just does nothing. I’ve got it set to parse PHP on Input but it still won’t redirect.
I’ve temporary got it working by outputting a META Refresh tag, but it loads the complete site before redirecting (NOT ideal)
Is there a way with an EE or PHP tag to redirect server-side?