Unaccessible /doc and /images directories

By default under Debian, those 2 directories are aliased somewhere in /usr. If you want to have access to it, you need to remove the Alias directive in /etc/apache/httpd.conf

You will find something like that in it:

Alias /images/ /usr/share/images/

Just add a # in front and restart apache...

Page last modified on September 01, 2006, at 05:17 AM EST