Re: [SOLVED] Can't get Apache to display a directory

2014-05-13 Thread Dom
On 14/05/14 03:16, Stephen Powell wrote: Well, I finally solved this one, but it was by no means simple. In summary, here is what I had to do: In /etc/apache2/apache2.conf, I added the following line at the end of the file: Alias /icons /usr/share/apache2/icons I believe the recommended

[SOLVED] Can't get Apache to display a directory

2014-05-13 Thread Stephen Powell
On Mon, 12 May 2014 20:16:39 -0400 (EDT), Stephen Powell wrote: > ... > One difference that I have not been able to figure out is how to allow access > to a directory. I'm not talking about allowing access to the files in the > directory, I'm talking about access to the directory itself. > ... > H