Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions basics/installation/advanced/httpd.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ It may be incomplete, and remember you must adapt it for your own server's needs
AllowOverride All
Options -Indexes
Require all granted
DirectoryIndex index.php index.html

# Disable back office token
# SetEnv _TOKEN_ disabled
Expand Down Expand Up @@ -104,6 +105,7 @@ Don't forget to edit this configuration to make it works.
AllowOverride All
Options +Indexes
Require all granted
DirectoryIndex index.php index.html

# Disable back office token
# SetEnv _TOKEN_ disabled
Expand Down
Loading