Current time: 11-06-2024, 05:42 PM Hello There, Guest! (LoginRegister)


Post Reply 
mod_autoindex
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #5
RE: mod_autoindex
Wird ja oft nur für eine Domain benötigt...

also in einer .htaccess im htdocs der Domain das eintragen

Alias /icons/ /var/www/include/icons/ [bzw. Pfad zu den icons]
Alias /include/ /var/www/include/ [bzw. Pfad zum include Verzeichnis]

<IfModule mod_autoindex.c>
Options Indexes FollowSymLinks
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
IndexOrderDefault Descending Name
HeaderName /include/header.html
ReadmeName /include/footer.html
</ifModule>


ggf. noch den zweiten Block (einzelen Dateitypen) eintragen...

Das sollte eigentlich gehen (wenn mod_autoindex geladen ist)

Gruss J
09-12-2011 09:23 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
mod_autoindex - spoxone - 09-12-2011, 11:55 AM
RE: mod_autoindex - ZooL - 09-12-2011, 01:45 PM
RE: mod_autoindex - ShadowJumper - 09-12-2011, 07:14 PM
RE: mod_autoindex - spoxone - 09-12-2011, 09:05 PM
RE: mod_autoindex - joximu - 09-12-2011 09:23 PM
RE: mod_autoindex - spoxone - 09-12-2011, 10:19 PM
RE: mod_autoindex - joximu - 09-12-2011, 10:44 PM
RE: mod_autoindex - spoxone - 09-12-2011, 11:00 PM
RE: mod_autoindex - joximu - 09-13-2011, 02:51 AM
RE: mod_autoindex - spoxone - 09-13-2011, 07:26 AM

Forum Jump:


User(s) browsing this thread: 10 Guest(s)