git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/localfs/var/srv/common/redhat/.htaccess
blob: 79ba615d9a4e1bbd4b901a10adde0f04edd4d56d (plain)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
#
# Apaxy by @adamwhitcroft
#
# For a full breakdown of the mod_autoindex module:
# http://apache.org/docs/2.4/mod/mod_autoindex.html
#

# ENABLE INDEXING
Options +Indexes

# INDEX OPTIONS
IndexOptions +Charset=UTF-8 +FancyIndexing +IgnoreCase +FoldersFirst +XHTML +HTMLTable +SuppressRules +SuppressDescription +NameWidth=* +IconsAreLinks

# META VIEWPORT
IndexHeadInsert "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />"

# HIDE /theme DIRECTORY
IndexIgnore .htaccess /theme

#
# GENERAL ICONS (BLANK, DIRECTORY, PARENT DIRECTORY)
#

#
# Replace redhat with your directory URL eg:
# If your directory is http://mywebsite.com/share/
# you would change to:
#
# AddIcon /share/theme/icons/blank.png ^^BLANKICON^^
#

AddIcon /redhat/theme/icons/blank.png ^^BLANKICON^^
AddIcon /redhat/theme/icons/folder.png ^^DIRECTORY^^
AddIcon /redhat/theme/icons/folder-home.png ..

AddIconByType (TXT,/redhat/theme/icons/text.png) text/*
AddIconByType (IMG,/redhat/theme/icons/image.png) image/*
AddIconByType (SND,/redhat/theme/icons/audio.png) audio/*
AddIconByType (VID,/redhat/theme/icons/video.png) video/*

#
# EXTENSION SPECIFIC ICONS
#

AddIcon /redhat/theme/icons/archive.png .7z .bz2 .cab .gz .tar
AddIcon /redhat/theme/icons/audio.png .aac .aif .aifc .aiff .ape .au .flac .iff .m4a .mid .mp3 .mpa .ra .wav .wma .f4a .f4b .oga .ogg .xm .it .s3m .mod
AddIcon /redhat/theme/icons/bin.png .bin .hex
AddIcon /redhat/theme/icons/bmp.png .bmp
AddIcon /redhat/theme/icons/c.png .c
AddIcon /redhat/theme/icons/calc.png .xlsx .xlsm .xltx .xltm .xlam .xlr .xls .csv
AddIcon /redhat/theme/icons/cd.png .iso
AddIcon /redhat/theme/icons/cpp.png .cpp
AddIcon /redhat/theme/icons/css.png .css .sass .scss
AddIcon /redhat/theme/icons/deb.png .deb
AddIcon /redhat/theme/icons/doc.png .doc .docx .docm .dot .dotx .dotm .log .msg .odt .pages .rtf .tex .wpd .wps
AddIcon /redhat/theme/icons/draw.png .svg .svgz
AddIcon /redhat/theme/icons/eps.png .ai .eps
AddIcon /redhat/theme/icons/exe.png .exe
AddIcon /redhat/theme/icons/gif.png .gif
AddIcon /redhat/theme/icons/h.png .h
AddIcon /redhat/theme/icons/html.png .html .xhtml .shtml .htm .URL .url
AddIcon /redhat/theme/icons/ico.png .ico
AddIcon /redhat/theme/icons/java.png .jar
AddIcon /redhat/theme/icons/jpg.png .jpg .jpeg .jpe
AddIcon /redhat/theme/icons/js.png .js .json
AddIcon /redhat/theme/icons/markdown.png .md
AddIcon /redhat/theme/icons/package.png .pkg .dmg
AddIcon /redhat/theme/icons/pdf.png .pdf
AddIcon /redhat/theme/icons/php.png .php .phtml
AddIcon /redhat/theme/icons/playlist.png .m3u .m3u8 .pls .pls8
AddIcon /redhat/theme/icons/png.png .png
AddIcon /redhat/theme/icons/ps.png .ps
AddIcon /redhat/theme/icons/psd.png .psd
AddIcon /redhat/theme/icons/py.png .py
AddIcon /redhat/theme/icons/rar.png .rar
AddIcon /redhat/theme/icons/rb.png .rb
AddIcon /redhat/theme/icons/rpm.png .rpm
AddIcon /redhat/theme/icons/rss.png .rss
AddIcon /redhat/theme/icons/script.png .bat .cmd .sh
AddIcon /redhat/theme/icons/sql.png .sql
AddIcon /redhat/theme/icons/tiff.png .tiff .tif
AddIcon /redhat/theme/icons/text.png .txt .nfo .epub .mobi .azw
AddIcon /redhat/theme/icons/video.png .asf .asx .avi .flv .mkv .mov .mp4 .mpg .rm .srt .swf .vob .wmv .m4v .f4v .f4p .ogv
AddIcon /redhat/theme/icons/xml.png .xml
AddIcon /redhat/theme/icons/zip.png .zip
DefaultIcon /redhat/theme/icons/default.png

#
# THEME FILES
#
HeaderName /redhat/theme/header.html
ReadmeName /redhat/theme/footer.html
IndexStyleSheet "/redhat/theme/style.css"

#
# ERROR PAGES
#

ErrorDocument 400 /redhat/theme/400.html
ErrorDocument 403 /redhat/theme/403.html
ErrorDocument 404 /redhat/theme/404.html
ErrorDocument 408 /redhat/theme/408.html
ErrorDocument 500 /redhat/theme/500.html
ErrorDocument 502 /redhat/theme/502.html
	ErrorDocument	401 "/errors/401.html"
	ErrorDocument	403 "/errors/403.html"
	ErrorDocument	404 "/errors/404.html"