Forum Moderators: phranque
1. create the appropriate web root directory, for example /home/sites/username/web , and any subdirectories you wish
2. edit httpd.conf, add a new virtual host section
3. final step: restart httpd
In a normal Linux server setup, PHP/Apache does not have the necessary permissions to do all this. You'll probably need some shell voodoo like sudo to make it work.
This thread [webmasterworld.com] about rewriting subdomain requests to subdirectories might be useful to you.
Jim