diff --git a/_src/.htaccess b/_src/.htaccess index 50386672..d0f61413 100644 --- a/_src/.htaccess +++ b/_src/.htaccess @@ -76,7 +76,8 @@ Options -MultiViews # You can customize what Apache returns to the client in case of an error (see # http://httpd.apache.org/docs/current/mod/core.html#errordocument), e.g.: -ErrorDocument 404 /404.html +ErrorDocument 404 /404/ +ErrorDocument 500 /404/ # ############################################################################## @@ -204,7 +205,7 @@ AddDefaultCharset utf-8 Options +FollowSymlinks # Options +SymLinksIfOwnerMatch RewriteEngine On - # RewriteBase / + RewriteBase / # ------------------------------------------------------------------------------ diff --git a/_src/404.html b/_src/404/index.html similarity index 100% rename from _src/404.html rename to _src/404/index.html diff --git a/_src/about.html b/_src/about/index.html similarity index 100% rename from _src/about.html rename to _src/about/index.html