Forum

Thread tagged as: Question, Installation, Configuration

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?

Ryan McGuire

Ryan McGuire 0 points

  • 4 years ago
Rachel Andrew

Rachel Andrew 394 points
Perch Support

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'); ?>?

Drew McLellan

Drew McLellan 2638 points
Perch Support

That's right.