Remap User Directories

On an Ensim server I want it so all

http://www.mydomain.com/~username

goes to one directory on my server.

In the sites conf file I changed the lines to this but it resulted in 403 errors, directories are chmodded and owned correctly. Any ideas?

UserDir /home/virtual/site1/fst/var/www/html/shared/current
AliasMatch ^/users/([^/]+)/?(.*) /home/virtual/site1/fst/var/www/html/shared/current/$2

 

 

 

 

Top