Added 403 and 404 errors custom pages in .htaccess

This commit is contained in:
Rooty 2024-02-18 17:44:12 +01:00
parent ef52c50732
commit e9a02f03ba

View File

@ -105,6 +105,9 @@ Options -Indexes
ModPagespeed Off
</IfModule>
ErrorDocument 403 //data/static/html/system/error-403.htm
ErrorDocument 404 //data/static/html/system/error-404.htm
# SetEnvIfNoCase Referer "^http://www.fab-l3.org/" locally_linked=1
# SetEnvIfNoCase Referer "^https://www.fab-l3.org/" locally_linked=1
# SetEnvIfNoCase Referer "^http://www.fab-l3.org$" locally_linked=1