diff --git a/.htaccess b/.htaccess index a23a769..6398174 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,4 @@ -ErrorDocument 404 /error/404.html +ErrorDocument 404 /404/ ErrorDocument 401 /error/401.html ErrorDocument 500 /error/500.html ErrorDocument 502 /error/502.html diff --git a/error/401.html b/401.html similarity index 100% rename from error/401.html rename to 401.html diff --git a/error/404.html b/404/404.html similarity index 100% rename from error/404.html rename to 404/404.html diff --git a/error/410.html b/410.html similarity index 100% rename from error/410.html rename to 410.html diff --git a/error/500.html b/500.html similarity index 100% rename from error/500.html rename to 500.html diff --git a/error/502.html b/502.html similarity index 100% rename from error/502.html rename to 502.html