[I'm going back to the original question here, since it seems you went off on a wild goose chase.] On 4/22/05, Bandu Joshi <bandu_joshi@xxxxxxxxxxx> wrote: > Hi All, > > I am new to apache. I have setup apache which is running fine and I would > like users to see directory lisitng & download the files from home > directory using http://my-server/username/ > > I searced on google and apche faq and tried setting UserDir as per > instructions but when I do http://my-server/username/ I get error "The > requested URL /username/ was not found on this server" > > Basically I want user should be able to see directory list after they access > http://my-server/username/ and download the files. Are accesses to the root of your webserver working? If not, start with that and don't try anything fancy until you have the basics working. UserDir only works for URLs with the "~" character, like http://server.example.com/~user/. What you want is probably a simple Alias: Alias /username /full/path/to/directory If that doesn't work, tell us *exactly* what you tried and what the result was, including the contents of the access and error logs. Joshua. --------------------------------------------------------------------- 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