This commit is contained in:
edwark43 2023-03-31 20:32:06 -04:00 committed by GitHub
parent 539af5dd0e
commit 4c49a2363c
2 changed files with 5 additions and 5 deletions

View File

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