This commit is contained in:
edwark43 2023-04-01 03:47:59 -04:00
parent 4c49a2363c
commit 1a76b397ba
7 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,3 @@
ErrorDocument 404 404.html
ErrorDocument 401 401.html
ErrorDocument 500 500.html
ErrorDocument 502 502.html
ErrorDocument 410 410.html
RewriteEngine On
#RewriteCond %{HTTP:X-Forwarded-Proto} !https
#RewriteCond %{HTTPS} off

5
err/.htaccess Normal file
View File

@ -0,0 +1,5 @@
ErrorDocument 404 404.html
ErrorDocument 401 401.html
ErrorDocument 500 500.html
ErrorDocument 502 502.html
ErrorDocument 410 410.html