Forum
Perch installed on localhost using XAMPP - new page folder ends up in htdocs fol...
I have created a local development version of a site using XAMPP. Each of the dev websites are in the htdocs folder.
The folder structure is like so
c:\xampp\xampp_5_3_8\htdocs\devsite
The Perch install is done normally i.e.:
c:\xampp\xampp_5_3_8\htdocs\devsite\perch
If I create a new page, the file and/or folder ends up in the htdocs folder. Is there a setting to tell Perch that it should be considering the devsite folder the root, not htdocs?
If your site is going to be in a subfolder of the main site, create a top level page called
devsite
and then build everything under that. Remember that 'top level' does not mean so for you because you're in a folder.