summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/alias.conf.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/alias.conf.erb b/templates/alias.conf.erb
index 51419b2..77f87aa 100644
--- a/templates/alias.conf.erb
+++ b/templates/alias.conf.erb
@@ -12,9 +12,9 @@
# We include the /icons/ alias for FancyIndexed directory listings. If
# you do not use FancyIndexing, you may comment this out.
#
-Alias /icons/ "<%= apache_www_folder %>"
+Alias /icons/ "<%= apache_www_folder %>/icons"
-<Directory "<%= apache_www_folder %>">
+<Directory "<%= apache_www_folder %>/icons">
Options Indexes MultiViews
AllowOverride None
Order allow,deny