Skip to content

Instantly share code, notes, and snippets.

@kmgdevelopment
Created June 30, 2012 15:29
Show Gist options
  • Save kmgdevelopment/3024254 to your computer and use it in GitHub Desktop.
Save kmgdevelopment/3024254 to your computer and use it in GitHub Desktop.
Low Variables & PHP Redirect
<?php
header( "Location: {exp:channel:entries channel='external_link'}{external_link:var}{/exp:channel:entries}" );
exit;
?>
<!-- This gives me the error: "The URI you submitted has disallowed characters." -->
<!-- And the URL looks like this: http://mysite.com/template_group/%7Blv_twitter%7D -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment