apache httpd.conf file and DocumentRoot
Hi,
Once I setup the DocumentRoot to a particular directory on a specific port, is there a way for me to actually get the directory listing using the directory path as well - for eg- like www.test.com/home/me/www or the only way possible is www.test.com.
Thanks
The more applications I write, more I find out how less I know
I suppose you could make two <Location> sections point to the same directory and use "DirectoryIndex None" in one of them (I'm not sure if None really means "nothing" or "a file named None" in this context).
Take a look at this if you aren't familiar with <Location> and <Directory> settings yet.
Take a look at this if you aren't familiar with <Location> and <Directory> settings yet.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement