|
I am no expert, but I think if you simply copy all the directories (and included files) over to the new HD, and just change the line in /etc/httpd/conf/httpd.conf that says:
DocumentRoot "filepath"
to reflect the new HD path. For instance, if it's monted at /dev/raid_drive, change it to say:
DocumentRoot "/dev/raid_drive/folder-containing-your-site
and then restart the httpd server by going to system settings, server settings, services and highlighting httpd and choosing restart.
Good luck...
|