Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Mar 2000 13:32:32 +0100
From:      "Dan Larsson" <dl@tyfon.net>
To:        "[FreeBSD-Questions-List] (E-mail)" <freebsd-questions@freebsd.org>
Subject:   [OT] AliasMatch or Rewrite solution for user homepages
Message-ID:  <00ec01bf93fa$b2a7ed40$0c01a8c0@junglenote.com>

next in thread | raw e-mail | index | archive | help
The whole idea idea behind this is to get rid of the tidle '~' character
from
a users home page. Example www.domain.com/~username to
www.domain.com/users/username.
I've almost got it to work by using the following apache configuration
parameters.

Alias /users/ /home/
UserDir http://www.domain.com/users/*

This effectivly aliases to /home/username/, but since all the users pages
are located
in /home/username/public_html I get a directory listing denied error. How do
I tell
apache to look in the latter directory?

Thanks in advance!

/D




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00ec01bf93fa$b2a7ed40$0c01a8c0>