Fix indexing to show full filename. Ticket 4446

This commit is contained in:
Kevin Fenzi 2014-07-10 20:28:12 +00:00
parent 074dd3f17a
commit d574410f96

View file

@ -24,6 +24,7 @@ DocumentRoot /srv/web
<IfModule mod_authz_core.c>
# Apache 2.4
Require all granted
IndexOptions NameWidth=* FancyIndexing
</IfModule>
<IfModule !mod_authz_core.c>
# Apache 2.2
@ -37,6 +38,7 @@ DocumentRoot /srv/web
<IfModule mod_authz_core.c>
# Apache 2.4
Require all granted
IndexOptions NameWidth=* FancyIndexing
</IfModule>
<IfModule !mod_authz_core.c>
# Apache 2.2