Forum
Two Perch Folders
I'm phasing in a new website and it will use a new instance of Perch. How do I run two Perch folders on the same website during this transition?
I'm phasing in a new website and it will use a new instance of Perch. How do I run two Perch folders on the same website during this transition?
You can rename the Perch folder, so just name it something else. A lot of people called it
cms
.And then I would just need to change the new pages from <?php include('perch/runtime.php'); ?> to <?php include('cms/runtime.php'); ?>?
That's right.