Configure DirectoryIndex for offline documentation (#1114)

This commit is contained in:
Clément Oudot 2016-11-23 16:08:31 +00:00
parent fb741f9bea
commit 44058810ad
3 changed files with 6 additions and 0 deletions

View File

@ -84,6 +84,7 @@
Require all granted
ErrorDocument 404 /notfound.html
Options +FollowSymLinks
DirectoryIndex index.html start.html
</Directory>
# French version (needs fr-doc installation)
@ -92,6 +93,7 @@
Require all granted
ErrorDocument 404 /notfoundfr.html
Options +FollowSymLinks
DirectoryIndex index.html start.html
</Directory>
# Uncomment this if site if you use SSL only

View File

@ -103,6 +103,7 @@
</IfVersion>
ErrorDocument 404 /notfound.html
Options +FollowSymLinks
DirectoryIndex index.html start.html
</Directory>
# French version (needs fr-doc installation)
@ -117,6 +118,7 @@
</IfVersion>
ErrorDocument 404 /notfoundfr.html
Options +FollowSymLinks
DirectoryIndex index.html start.html
</Directory>
# Uncomment this if site if you use SSL only

View File

@ -87,6 +87,7 @@
Allow from all
ErrorDocument 404 /notfound.html
Options +FollowSymLinks
DirectoryIndex index.html start.html
</Directory>
# French version (needs fr-doc installation)
@ -96,6 +97,7 @@
Allow from all
ErrorDocument 404 /notfoundfr.html
Options +FollowSymLinks
DirectoryIndex index.html start.html
</Directory>
# Uncomment this if site if you use SSL only