17 lines
406 B
ApacheConf
Executable File
17 lines
406 B
ApacheConf
Executable File
php_value include_path ".:/var/www"
|
|
|
|
# disable directory browsing
|
|
Options All -Indexes
|
|
|
|
ErrorDocument 400 /error/error400.php
|
|
ErrorDocument 401 /error/error401.php
|
|
ErrorDocument 403 /error/error403.php
|
|
ErrorDocument 404 /error/error404.php
|
|
ErrorDocument 500 /error/error500.php
|
|
|
|
#400 - Bad request
|
|
#401 - Authorization Required
|
|
#403 - Forbidden directory
|
|
#404 - Page not found
|
|
#500 - Internal Server Error
|