no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | apache_error_documents [2013/08/26 21:05] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Apache Error Documents ====== | ||
+ | * [[Apache]] | ||
+ | |||
+ | * [[https:// | ||
+ | |||
+ | When setting an '' | ||
+ | |||
+ | This will display the contents of the '' | ||
+ | |||
+ | < | ||
+ | ErrorDocument 403 /err403.php | ||
+ | </ | ||
+ | |||
+ | Either one of these will display the string " | ||
+ | |||
+ | < | ||
+ | ErrorDocument 403 err403.php | ||
+ | ErrorDocument 403 ./ | ||
+ | </ |