PHP include files above public_html
I use the common PHP site file structure where include files are store above the web root. This protects sensitive include files, such as those containing database login credentials etc.
e.g.
Website root: SiteFolder/public_html/
Website home page: SiteFolder/public_html/index.php
Includes folder: SiteFolder/includes/
Include file: SiteFolder/includes/includefile.php
If I configure my local site folder as 'PathTo/SiteFolder/public_html/' and server folder as 'PathTo/SiteFolder/public_html/' I'm unable to edit and update include files.
If I configure my local site folder as 'PathTo/SiteFolder/' and server folder as 'PathTo/SiteFolder/' I can edit and update include files but Live View doesn't work. Pre-DW CC I could get round this in a clunky way by deleting 'public_html/' from the URL generated in the Live View address bar. However this wasn't ideal and doesn't appear to be available at all in DW CC.
This is a very common file structure for robust PHP websites it doesn't appear to have ever been supported properly, if at all, by DreamWeaver. Am I missing something or is it just not supported?
