- Set some additional options to avoid installation pains.
parent
e95aa56e02
commit
594aff05f1
|
@ -8,8 +8,12 @@
|
||||||
deny from all
|
deny from all
|
||||||
</Files>
|
</Files>
|
||||||
|
|
||||||
# Deny directory listings:
|
# Set some options
|
||||||
Options -Indexes
|
Options -Indexes
|
||||||
|
Options FollowSymLinks
|
||||||
|
|
||||||
|
# Set the default handler to index.php:
|
||||||
|
DirectoryIndex index.php
|
||||||
|
|
||||||
# Customized server error messages:
|
# Customized server error messages:
|
||||||
ErrorDocument 400 /error.php
|
ErrorDocument 400 /error.php
|
||||||
|
|
Loading…
Reference in New Issue