https://github.com/dgrebb/dg_redirect
An ExpressionEngine redirect plugin.
https://github.com/dgrebb/dg_redirect
Last synced: 9 months ago
JSON representation
An ExpressionEngine redirect plugin.
- Host: GitHub
- URL: https://github.com/dgrebb/dg_redirect
- Owner: dgrebb
- Created: 2013-03-30T01:56:36.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-30T02:57:07.000Z (about 13 years ago)
- Last Synced: 2025-09-23T23:43:14.803Z (9 months ago)
- Language: PHP
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Redirect
A simple redirect plugin for ExpressionEngine.
## Usage
This plugin can be wrapped around a URL or custom field with a URL to redirect a page.
Usage:
{exp:dg_redirect}
{custom_field}
{/exp:dg_redirect}
or
{exp:dg_redirect}
http://example.com
{/exp:dg_redirect}
This would redirect to a URL within `custom_field` or http://example.com