mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Error page improvement: template support.
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
# Custom error pages for php scripts only
|
||||
<FilesMatch \.php$>
|
||||
<FilesMatch \.php$>
|
||||
ErrorDocument 400 /error.php?400
|
||||
ErrorDocument 401 /error.php?401
|
||||
ErrorDocument 403 /error.php?403
|
||||
ErrorDocument 404 /error.php?404
|
||||
ErrorDocument 500 /error.php?500
|
||||
</FilesMatch>
|
||||
|
||||
|
Reference in New Issue
Block a user