Added error page, Added drawings, Improved composer

Update .gitignore, .htaccess, and 24 more files...
This commit is contained in:
2023-05-24 23:35:42 +02:00
parent d5ea7e369b
commit ee90a3745d
26 changed files with 219 additions and 224 deletions

View File

@@ -23,8 +23,8 @@ Options -Indexes +FollowSymlinks -ExecCGI
ServerSignature Off
# Custom error pages.
ErrorDocument 403 /403.php
ErrorDocument 404 /404.php
ErrorDocument 403 /error.php
ErrorDocument 404 /error.php
# Setting up browser's caching rules
# See: