Hi all, I want to create an Alias in the apache httpd.conf file and have done so like this <IfModule mod_alias.c> Alias /test_alias/ "C:\Documents and Settings\Trystan\My Documents\" </IfModule> So, what this should effective do is to print the directory contents of 'My Documents' directory when I enter the following URL into my browser... http://localhost/text_alias/ I get a 403 Forbidden Error. Why is this? How can I check to see what user the Apache server is running under? Thanks Tryst --------------------------------------------------------------------- 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