Fix indexing to show full filename. Ticket 4446
This commit is contained in:
parent
074dd3f17a
commit
d574410f96
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue