redirect_url tag

   Purpose

This plugin allows you to easily redirect to a specified url. It is handy inside of smarty conditional logic (for example, redirect to a temporary page if the site is not live yet).

   How to use?

Simply insert this tag into your page or template:

{redirect_url to='http://www.cmsmadesimple.org'}

   Available parameters

  • to (required) - The url of the destination website/page.