GwenDragon
Registered User
Funktioniert das Indexing überhaupt bei dir, wenn du in deiner vhost-Konfiguration, also keine .htaccess (!), nur für ein bestimmtes Verzeichnis das Fancyindexing aktivierst?
Erzeuge doch mal ein leeres Tesdtverzeichnis names myindextest im Documentroot .
Dann füge in die vhost-Konfiguration das hinzu
Und starte Apache2 neu.
Erzeuge doch mal ein leeres Tesdtverzeichnis names myindextest im Documentroot .
Dann füge in die vhost-Konfiguration das hinzu
Code:
<Directory /var/www/vhosts/deineedomain.de/myindextest>
Options +FollowSymlinks +Multiviews +Indexes
AllowOverride All
IndexOptions +FancyIndexing
IndexOptions +VersionSort
IndexOptions +HTMLTable
IndexOptions +FoldersFirst
IndexOptions +IconsAreLinks
IndexOptions +IgnoreCase
IndexOptions +SuppressDescription
IndexOptions +SuppressHTMLPreamble
IndexOptions +XHTML
IndexOptions +IconWidth=16
IndexOptions +IconHeight=16
IndexOptions +NameWidth=*
IndexOptions +DescriptionWidth=200
IndexOptions +Charset=UTF-8
IndexOrderDefault Descending Name
</Directory>
Last edited: