-
Notifications
You must be signed in to change notification settings - Fork 0
/
.htaccess
46 lines (39 loc) · 1.72 KB
/
.htaccess
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#========================================================================
# .htaccess file for Windex
#
# Copy the contents of this file at the top of the directory tree whose
# directory Windex you want to affect. Be sure that the file paths
# point to the correct absolute URL of /windex on your server.
#
#========================================================================
Options +Indexes
IndexOptions FancyIndexing
IndexOptions FoldersFirst IgnoreCase XHTML NameWidth=*
IndexOptions SuppressHTMLPreamble SuppressRules HTMLTable
IndexOptions IconHeight=24 IconWidth=24
IndexOptions SuppressDescription
HeaderName /windex/header.php
ReadmeName /windex/footer.html
IndexIgnore windex
DefaultIcon /windex/icons/default.png
AddIcon /windex/icons/pixel.gif ^^BLANKICON^^
AddIcon /windex/icons/pixel.gif ..
AddIcon /windex/icons/dir.png ^^DIRECTORY^^
AddIcon /windex/icons/text.png .txt .text .textile .rtf
AddIcon /windex/icons/textmate.png .htaccess .js .css .html .htm .php
AddIcon /windex/icons/img.png .jpg .jpeg .png .gif .tif .tiff .ico
AddIcon /windex/icons/ai.png .ai .eps
AddIcon /windex/icons/doc.png .doc .docx
AddIcon /windex/icons/movie.png .mov .qt .avi .wmv
AddIcon /windex/icons/mp3.png .mp3 .ogg .wav .m4a
AddIcon /windex/icons/pdf.png .pdf
AddIcon /windex/icons/ppt.png .ppt .pptx
AddIcon /windex/icons/psd.png .psd .psb
AddIcon /windex/icons/xls.png .xls .xlsx
AddIcon /windex/icons/zip.png .zip .bin .tar .rar .tgz .7z
AddIcon /windex/icons/fl.png .fla .flv
AddIcon /windex/icons/swf.png .swf
AddIcon /windex/icons/as.png .as
AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm