Are there any best-practices for how to layout your webroot on a server?
For instance, I currently have a site with this structure:
/var/www/current/html (public dir for most recent revision)
/var/www/dev/html (public dir for dev version)
/home/user/www/html (for users public sandbox)
How does everyone else layout their www file structure?