With regards to that CMS system of mine, I am, if necessary, creating the
output/upload directories/folders when they need to be made use of using the
following function call in PHP code:
mkdir("./sites/" . $sRelPath, 0776);
mkdir("./sites/" . $sRelPath . "/images", 0776);
I can then do somethin
Smallish, simplish, and specifically, while using mySQL to handle user
profiles, store content, for later editing/reference/use thereof, etc., also,
specifically, generates 'flat'/static output content to a /sites sub-directory
- but, that's a form of configuration option you can change/edit in