Important Notice: The Redirector plugin is now maintained by realslacker.
Project page and downloads: https://github.com/realslacker/Redirector-Plugin
Comments and questions: http://www.wolfcms.org/forum/post9889.html.
This page is no longer maintained.
In This Document
Theme Features
- Makes it super easy to redirect URLs without touching the .htaccess file
- With "nice URLs" enabled, you can redirect just about any URL
- Logs 404 errors to make it easy to redirect them
- Redirect to internal pages or external sites
Notes
- Tested with Wolf 0.7.3
- Only catches URLs that Wolf serves. Works best if "nice URLs" are enabled
- For the "request URL", make sure you use include the first slash. i.e., /page/that/doesnt/exist
- Admin interface requires jQuery
JavaScript Libraries Used
- jQuery Core Library: http://www.jquery.com
- jQuery ScrollTo: http://flesler.blogspot.com/2007/10/jqueryscrollto.html
Installation
- Install and activate the jQuery plugin. (not required after Wolf 0.7)
- Download and upzip the Redirector plugin.
- Upload to /wolf/plugins (make sure the folder is "redirector")
- Activate under the Administration tab
- Begin adding redirects
License
Licensed under the MIT license:
http://www.opensource.org/licenses/mit-license.php
Technical Support
Other Problems
If you have suggestions, bug fixes, translations, etc... please forward them to cody@demand.cr
Change log
0.2.1: January 16th, 2011
Minor update
- Fixed: Now compatible with Wolf 0.7 (thanks sartas and Shannon Brooks)
- Fixed: Updated styles to work better on long URLs/small screens
0.2: March 31st, 2010
- Added: Compatible with Both WolfCMS 0.6 and Frog 0.95
- Changed: Moved CSS to separate file
- Fixed: Fatal error on SQLite
- Fixed: Will now unzip with the correct folder name
0.1: March 14th, 2010
- Initial Release