PDA

View Full Version : Users web space with SuSE and Apache


ggouts
6th March 2006, 01:25
Hi all,

I' ve a simple (perhaps stupid) question. I' ve just set up my SuSE 9.3 server, so all users have their own web space http://www.mydomain.gr/~username.
I'd like to tell me if there is a way not writing the ~ character in front of username (i.e. http://www.mydomain.gr/username) with Apache.
And a second one: Is there a way to make an alias for these usernames, only for Apache.

Thanks a lot,
John

falko
6th March 2006, 12:40
I guess you have something like

AliasMatch ^/~([^/]+)(/(.*))? /var/www/web1/user/$1/web/$3

in your Apache configuration. Remove the ~ from it and restart Apache.