So, here is the deal. I have an Xserve that I use as a Web server for my class page and student Web sites. I need to add new students/users for this year and move the old users/sites to a new folder, but still be able to have the sites on-line.
So, for example:
On the server I have student xyz (/Users/xyz). The student ftps into their account and uploads their page to their /Sites folder. The student site is now live at http://domain.com/~xyz.
Each new year I want to be able to to move student xyz and all other students to something like /Sites/0809/xyz and have the URL be: http://domain.com/0809/xyz.
Is there a way to do this easily? Seems all of the users folders would have to be moved to /Sites/0809 and then the contents of their /Sites folder needs to be moved to their root directory. (/Users/xyz/Sites becomes /Sites/0809/xyz).
So, for example:
On the server I have student xyz (/Users/xyz). The student ftps into their account and uploads their page to their /Sites folder. The student site is now live at http://domain.com/~xyz.
Each new year I want to be able to to move student xyz and all other students to something like /Sites/0809/xyz and have the URL be: http://domain.com/0809/xyz.
Is there a way to do this easily? Seems all of the users folders would have to be moved to /Sites/0809 and then the contents of their /Sites folder needs to be moved to their root directory. (/Users/xyz/Sites becomes /Sites/0809/xyz).