Urirama wrote:
>
> Yes; give them all their own ibay.
However, I don't think you can create an ibay with the same name as a user account, can you?
This might work...
Create the html directory in the user home directory. Make sure to give www at least read/execute rights to that directory.
Create an alias that points to the directory you created. You would create this alias by creating a custom template.
#-------------------------------------------
# Personal html Page
#-------------------------------------------
Alias /username /home/e-smith/files/users/username/home/html
AddType application/x-httpd-php .php .php3 .phtml
Options Indexes +Includes FollowSymLinks
order deny,allow
deny from all
allow from all
I'm not sure if theres an easy way to automate that process for each user, but there might be.
-Dev