update htaccess

This commit is contained in:
Tobias Powalowski 2023-08-29 12:31:33 +02:00
parent e5a7f407d1
commit 4f618e3758

View file

@ -7,14 +7,13 @@ Options +Indexes
IndexOptions FancyIndexing HTMLTable XHTML SuppressRules IconsAreLinks NameWidth=* FoldersFirst SuppressDescription
IndexHeadInsert "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">"
ServerSignature Off
AddIcon (IMG,/web/package.png) .zst .xz
AddIcon (IMG,/web/signature.png) .sig
AddIcon (IMG,/web/db.png) .db .files .db.tar.gz .files.tar.gz
AddIcon (IMG,/web/boot.png) .efi .img -x86_64 -aarch64 -riscv64 -aarch64.gz
AddIcon (IMG,/web/iso.png) .iso
AddIcon (IMG,/web/text.png) .txt LICENSE .amd-ucode
AddIcon (DIR,/web/directory.png) ^^DIRECTORY^^
AddIcon /web/up.png ..
HeaderName /web/header.html
IndexStyleSheet "/web/styles.css"
AddIcon (IMG,/package.png) .zst .xz
AddIcon (IMG,/signature.png) .sig
AddIcon (IMG,/db.png) .db .files .db.tar.gz .files.tar.gz
AddIcon (IMG,/boot.png) .efi .img -x86_64 -aarch64 -riscv64 -aarch64.gz
AddIcon (IMG,/iso.png) .iso
AddIcon (IMG,/text.png) .txt LICENSE .amd-ucode
AddIcon (DIR,/directory.png) ^^DIRECTORY^^
AddIcon /up.png ..
HeaderName /header.html
IndexStyleSheet "/styles.css"