add: ...
This commit is contained in:
8
.htaccess
Normal file
8
.htaccess
Normal 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
|
Reference in New Issue
Block a user