-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.htaccess
More file actions
24 lines (21 loc) · 734 Bytes
/
.htaccess
File metadata and controls
24 lines (21 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# SPDX-License-Identifier: CC0-1.0
#AddType application/bat .bat
AddType text/css .css
AddType text/plain .gitattributes
AddType text/plain .gitconfig
AddType text/plain .htaccess
AddType text/html .html
#AddType image/jpeg .jpg
AddType application/json .json
AddType text/markdown .md
AddType video/mp4 .mp4
AddType image/png .png
AddType text/x-shellscript .sh
AddType text/plain .txt
AddType text/vcard .vcf
#AddType video/webm .webm
AddType application/yaml .yml
<FilesMatch "^.*\.html$">
Header add X-UA-Compatible "IE=edge,chrome=1"
</FilesMatch>
ErrorDocument 404 https://gabl.ink/index/en/status/http/404/index.html