1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| Options +FollowSymlinks
Options All -Indexes
ErrorDocument 400 /projet/index.php?statusError=400
ErrorDocument 401 /projet/index.php?statusError=401
ErrorDocument 403 /projet/index.php?statusError=403
ErrorDocument 404 /projet/index.php?statusError=404
ErrorDocument 405 /projet/index.php?statusError=405
ErrorDocument 406 /projet/index.php?statusError=406
ErrorDocument 408 /projet/index.php?statusError=408
ErrorDocument 409 /projet/index.php?statusError=409
ErrorDocument 410 /projet/index.php?statusError=410
ErrorDocument 500 /projet/index.php?statusError=500
ErrorDocument 501 /projet/index.php?statusError=501
ErrorDocument 503 /projet/index.php?statusError=503
ErrorDocument 505 /projet/index.php?statusError=505 |