From 6feb5fe0d45196af4a9b2b058cefdd15f6007522 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 11 Apr 2017 04:10:46 +0200 Subject: Error pages for HTTP status code 403 and 404 moved to another location (preparations for the next commits in which the system directory will be moved to a non-public directory). --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 2a87ccc..950f985 100644 --- a/.htaccess +++ b/.htaccess @@ -17,8 +17,8 @@ RewriteEngine On #=============================================================================== # ErrorDocument handler #=============================================================================== -ErrorDocument 403 /system/403.php -ErrorDocument 404 /system/404.php +ErrorDocument 403 /403.php +ErrorDocument 404 /404.php #=============================================================================== # Forbidden directories -- cgit v1.2.3