Kevin wrote: >Hello, > >My document root is /var/www/html and I'm trying to >show a directory index of all of the files in >/home/kdo/working/excessinv on the same server. > >I've tried all variations of the configurations below >and haven't had any luck. I'm running 1.3.27 on a RH >7.3 server. > >Alias /excessinvarch/ /home/kdo/working/excessinv > ><Directory "/home/kdo/working/excessinv"> > Options +Indexes FollowSymLinks > Order allow,deny > Allow from all ></Directory> > >Can anyone tell me what I'm doing wrong? > >Any help is appreciated! >-- >Kevin Old >kevinold@xxxxxxxxx +++++++++++++++++++++++++++++++++++++++++++++++++++ Kevin, My apache config file shows the realname enclosed in quotes with a terminating slash in the Alias directive, so try: Alias /excessinvarch/ "/home/kdo/working/excessinv/" BZAG +++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++ "Oh fools, so hard do ye tread the mines lain at Golgotha in search of reality for the sake of truth, only to find it and despair ! Yes, Death is reality and true, but it need not be your calling !" - The Christologic Clown. --------------------------------------------------------------------- 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