copy files from one server to another

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • appjedi
    Junior Member
    • Jul 2024
    • 4

    copy files from one server to another

    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.
  • lazovic
    Super Moderator
    • Jan 2022
    • 809

    #2
    Hi appjedi,

    If you are using an Apache server, then these lines should be added to the Apache configuration file. The location of this file is usually /etc/apache2/apache2.conf (on Ubuntu), but it can be different.

    Comment

    • appjedi
      Junior Member
      • Jul 2024
      • 4

      #3
      Thank you I will give it a try.

      Comment

      • appjedi
        Junior Member
        • Jul 2024
        • 4

        #4
        Still not working

        Comment

        Working...