Created
August 15, 2012 20:44
-
-
Save jasonvarga/3363478 to your computer and use it in GitHub Desktop.
Simple ExpressionEngine 301 Redirect Channel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{exp:channel:entries | |
channel="redirects" | |
disable="categories|member_data|pagination"} | |
{exp:http_header status="301" location="{redirect_url}" terminate="yes"} | |
{/exp:channel:entries} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This version uses the HTTP Header plugin. https://github.com/rsanchez/http_header