Forum

Thread tagged as: Question

Redirect the Perch Folder

Is it possible to redirect multiple clients using the same Perch files to one singular Perch File so that when I update some code or make changes to a template I don't have to upload them individually to each client's own perch folder? Thanks!

Greg Stone

Greg Stone 0 points

  • 6 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Yes, I think you should be able to do that by changing the PERCH_CORE config option, or even with a symbolic link.

Would this be the option I change? I'm not sure where I would begin in changing the path.

define('PERCH_CORE', PERCH_PATH.DIRECTORY_SEPARATOR.'core');
Drew McLellan

Drew McLellan 2638 points
Perch Support

Yes, you'd set it to the path of the core folder.