Announcement

Collapse
No announcement yet.

copy files from one server to another

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

  • #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


    • #3
      Thank you I will give it a try.

      Comment


      • #4
        Still not working

        Comment

        Working...
        X