Quantcast
Channel: WHMCS Community Forums
Viewing all articles
Browse latest Browse all 13458

How on a Windows Server -Move the attachments, downloads & templates_c

$
0
0
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

Viewing all articles
Browse latest Browse all 13458

Trending Articles