modified: .htaccess

renamed:    err/401.html -> 401.html
	renamed:    err/404.html -> 404.html
	renamed:    err/410.html -> 410.html
	renamed:    err/500.html -> 500.html
	renamed:    err/502.html -> 502.html
	deleted:    err/.htaccess
This commit is contained in:
edwark43 2023-04-01 03:51:37 -04:00
parent 1a76b397ba
commit 35d626af7e
7 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,8 @@
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

View File

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