Just wondering the best way to "Move the attachments, downloads & templates_c folders" on a Windows Server (2012), can this be a physical address?
Instead of in Linux
$templates_compiledir = "/home/username/templates_c/";
$attachments_dir = "/home/username/attachments/";
$downloads_dir = "/home/username/downloads/";
Do this in Windows ?
$templates_compiledir = "C:\domains\mydomain\secure\templates_c\";
$attachments_dir = "C:\domains\mydomain\secure\attachments\";
$downloads_dir = "C:\domains\mydomain\secure\downloads\";
When my public files are C:\domains\mydomain\wwwroot
Thanks,
Bryan
Instead of in Linux
$templates_compiledir = "/home/username/templates_c/";
$attachments_dir = "/home/username/attachments/";
$downloads_dir = "/home/username/downloads/";
Do this in Windows ?
$templates_compiledir = "C:\domains\mydomain\secure\templates_c\";
$attachments_dir = "C:\domains\mydomain\secure\attachments\";
$downloads_dir = "C:\domains\mydomain\secure\downloads\";
When my public files are C:\domains\mydomain\wwwroot
Thanks,
Bryan