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). --- .ht-nginx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.ht-nginx') diff --git a/.ht-nginx b/.ht-nginx index 9d3053f..010f488 100644 --- a/.ht-nginx +++ b/.ht-nginx @@ -12,8 +12,8 @@ #=============================================================================== # Error documents #=============================================================================== -error_page 403 /system/403.php; -error_page 404 /system/404.php; +error_page 403 /403.php; +error_page 404 /404.php; #=============================================================================== # Forbidden directories -- cgit v1.2.3