Skip to content

Instantly share code, notes, and snippets.

@jasonvarga
Created August 15, 2012 20:44
Show Gist options
  • Save jasonvarga/3363478 to your computer and use it in GitHub Desktop.
Save jasonvarga/3363478 to your computer and use it in GitHub Desktop.
Simple ExpressionEngine 301 Redirect Channel
{exp:channel:entries
channel="redirects"
disable="categories|member_data|pagination"}
{exp:http_header status="301" location="{redirect_url}" terminate="yes"}
{/exp:channel:entries}
@jasonvarga
Copy link
Author

This version uses the HTTP Header plugin. https://github.com/rsanchez/http_header

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment