I am trying to copy files from one server to another which I have successfully done but now get this message.
I'm not sure where I should be putting the following:
DocumentRoot /var/www/html/xfersite/public/
Alias /client/ /var/www/html/xfersite/client/
<Directory /var/www/html/xfersite/public/>
AllowOverride All
</Directory>
Thank you for your help in advance.
I'm not sure where I should be putting the following:
DocumentRoot /var/www/html/xfersite/public/
Alias /client/ /var/www/html/xfersite/client/
<Directory /var/www/html/xfersite/public/>
AllowOverride All
</Directory>
Thank you for your help in advance.
Comment