public
Description: This is an extension for Radiant CMS which allows you to redirect pages with http status codes.
Homepage: http://www.randomutterings.com/projects/page_redirect
Clone URL: git://github.com/randomutterings/page_redirect.git
name age message
file README Thu Apr 17 10:54:52 -0700 2008 added todo: support multiple status codes [Chris]
file Rakefile Thu Apr 17 08:05:22 -0700 2008 first commit [Chris]
directory app/ Thu Jun 26 10:44:36 -0700 2008 make it work with 0.6.7 [Simon Josi]
directory lib/ Loading commit data...
file page_redirect_extension.rb Thu Apr 17 08:49:06 -0700 2008 added the redirect class and tests [Chris]
directory test/ Thu Apr 17 09:50:47 -0700 2008 corrected bug with status codes not being sent ... [Chris]
README
= Page Redirect

Allows you to redirect pages with valid http status codes.

Install with git

git clone git://github.com/randomutterings/page_redirect.git vendor/extensions/page_redirect

Create a page that you want to redirect and choose the redirect page type.  Put the url to redirect to in the body.  
Currently it does 302 status codes.