On Wednesday 07 June 2006 01:58, Rob Tanner wrote: > We are getting away from shell accounts (no logins) > [chop] > The real path is /home/CATNET/users/<account-name>/public_html. Since > users won't have a password file entry, how do I tell Apache to use that > path when the GET request is /~account_name? You can emulate mod_userdir there with an AliasMatch directive. Given the history of the tilde, you'll want to match both /~foo/ and /~7Efoo/. Or drop the tilde from your userdir URLs. -- Nick Kew --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx