Hello all,
I was wondering is there any way to change the location of the username/Sites folder to a different volume? I've tried doing so by editing the /etc/apache2/users/username.conf file and changing the directory string to a different volume from
with no luck. I still get a Forbidden message. I did change ownership as suggested by this document by Apple.
Can anyone help? I'm not getting anywhere with searches on this topic.
I was wondering is there any way to change the location of the username/Sites folder to a different volume? I've tried doing so by editing the /etc/apache2/users/username.conf file and changing the directory string to a different volume from
Code:
<Directory "/Users/myname/Sites/"> to <Directory "Volumes/Sites">
with no luck. I still get a Forbidden message. I did change ownership as suggested by this document by Apple.
Can anyone help? I'm not getting anywhere with searches on this topic.