diff --git a/apaxy/htaccess.txt b/apaxy/htaccess.txt index 171aa9a..57e445c 100644 --- a/apaxy/htaccess.txt +++ b/apaxy/htaccess.txt @@ -2,7 +2,7 @@ # Apaxy by @adamwhitcroft # # For a full breakdown of the mod_autoindex module: -# http://apache.org/docs/2.2/mod/mod_autoindex.html +# http://apache.org/docs/2.4/mod/mod_autoindex.html # # ENABLE INDEXING @@ -96,9 +96,9 @@ IndexStyleSheet "/{FOLDERNAME}/theme/style.css" # ERROR PAGES # -ErrorDocument 400 http://%{HTTP_HOST}/{FOLDERNAME}/theme/400.html -ErrorDocument 403 http://%{HTTP_HOST}/{FOLDERNAME}/theme/403.html -ErrorDocument 404 http://%{HTTP_HOST}/{FOLDERNAME}/theme/404.html -ErrorDocument 408 http://%{HTTP_HOST}/{FOLDERNAME}/theme/408.html -ErrorDocument 500 http://%{HTTP_HOST}/{FOLDERNAME}/theme/500.html -ErrorDocument 502 http://%{HTTP_HOST}/{FOLDERNAME}/theme/502.html \ No newline at end of file +ErrorDocument 400 /{FOLDERNAME}/theme/400.html +ErrorDocument 403 /{FOLDERNAME}/theme/403.html +ErrorDocument 404 /{FOLDERNAME}/theme/404.html +ErrorDocument 408 /{FOLDERNAME}/theme/408.html +ErrorDocument 500 /{FOLDERNAME}/theme/500.html +ErrorDocument 502 /{FOLDERNAME}/theme/502.html diff --git a/apaxy/theme/400.html b/apaxy/theme/400.html index 1a9d357..e5932db 100644 --- a/apaxy/theme/400.html +++ b/apaxy/theme/400.html @@ -3,10 +3,10 @@
-