This commit is contained in:
2023-01-25 19:05:08 -08:00
parent 8e3d5b7d5c
commit 56b8059b3b
4 changed files with 87 additions and 6 deletions

8
.htaccess Normal file
View File

@ -0,0 +1,8 @@
ErrorDocument 404 /page/404.html
ErrorDocument 403 /page/403.html
#SymLinks Start
RewriteEngine On
RewriteRule ^403$ /page/403.html
RewriteRule ^404$ /page/404.html
#SymLinks End