This commit is contained in:
2025-05-08 14:13:57 +03:00
parent 3b46822947
commit 5cd7686d54
4 changed files with 49 additions and 0 deletions

8
.htaccess Normal file
View File

@@ -0,0 +1,8 @@
# Конфигурация для Apache
Options +Indexes +Includes
# IndexOptions +FancyIndexing +SuppressHTMLPreamble # Включаем FancyIndexing (красивый индекс) и подавляем HTML-преамбулу.
# IndexOptions +FancyIndexing # +SuppressHTMLPreamble # Включаем FancyIndexing (красивый индекс) и подавляем HTML-преамбулу.
# HeaderName header.html # Имя файла шапки (header) будет добавлено перед списком файлов
# ReadmeName footer.html # Имя файла подвала (footer) будет добавлено после списка файлов
IndexIgnore header.html footer.html style.css favicon.ico @eaDir # скрывает эти файлы из списка.
IndexStyleSheet /style.css