My web /ROOT (along with associated other directories) is already populated with general corporate identity pages. My SC Project deploy strategy is to deploy my SC apps in a separate subdirectory (under the /ROOT); however, am concerned that the SC development environment folder/file construct expects each/all applications to be one layer down from /ROOT.
If I understand it correctly, each application in a project is hosted in an application folder directly under the root. So, if a project had 3 applications, there would be 3 folders created when deployed under the /ROOT folder on the website.
I would like deployment as /ROOT/MyProject/MyApp(s) but am concerned that folder and file referencing in the Development Environment (and code created to match the Dev environment) will not match the folder/file hierarchy on the production server.
Shouldn’t Development Environment folders be setup in SC to match planned deployment?and how done in the SC IDE?
Any lessons learned?