I'm trying to install WHMCS for the first time. I'm putting it in a subdomain:
http://my.hostsite.net
However, I'm having problems with the Further Security Steps. First, I'm unable to move the three folders ("attachments", "downloads" and "templates_c"). Could some please explain, what does 'outside of the public accessible folder file tree' mean? Where exactly do I move those folders? When I try to move them into the "my" subdirectory, I get a permissions error. And I can't change permissions on my subdirectory.
Second, what should my file path be? Please tell me how I should edit this code:
$templates_compiledir = "/home/whmcs/templates_c/";
$attachments_dir = "/home/whmcs/attachments/";
$downloads_dir = "/home/whmcs/downloads/";
Thanks!