diff options
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess index ee4d5af1d85..f34dd9d66b1 100644 --- a/.htaccess +++ b/.htaccess @@ -38,3 +38,6 @@ Options -Indexes <IfModule pagespeed_module> ModPagespeed Off </IfModule> + +ErrorDocument 403 /core/core/templates/403.php +ErrorDocument 404 /core/core/templates/404.php
\ No newline at end of file |