Skip to content

themorrisonagency/perch-redirects-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Perch Redirects

Create 301/302 Redirects from within the Perch Admin.

Note: This app currently only works with Perch Runway as it is required to load before handling every page. It will NOT work with the standard version of Perch.

Installation

Copy the morrison_redirects folder into your Perch Installation directory under /perch/addons/apps/morrison_redirects/.

Add the app to the app config file under /perch/config/apps.php.

i.e.

<?php
$apps_list = [
    'perch_forms',
    'morrison_redirects' // add this line
];

Updating

After you download the new version of the app, delete the old application folder and copy in the new one.