Files
wade.sop.wtf/.htaccess
2023-01-25 19:05:08 -08:00

8 lines
180 B
ApacheConf

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