Documentation

Enable Redirect

  • Install Add-on
  • Goto Page Properties
  • Add the custom page attribute 'Page Auto Redirect'
  • Select redirect method

Disable Redirect

  • Goto dashboard/sitemap
  • Choose Page Properties from sitemap menu for page being redirected
  • Select 'none' for redirect method, or just remove attribute from page.


SPECIAL NOTE FOR PRETTY URLs
When redirecting to the first child of a parent page using the Page Auto redirect plugin, the urls contains index.php (pretty urls are activated).So you get one page with two different urls (one containing the 'index.php' and one does not ).  

A simple solution to this, is to add the following code to config/site.php:

define("URL_REWRITING_ALL", true);

*thank you Sambody for posting this in the forums.  
*issue resolved in version 2.0