Add initial .htaccess and PHP files for project setup

This commit is contained in:
2026-01-05 17:19:24 -04:00
parent cf928a7cb0
commit 24f62ca4c2
3 changed files with 93 additions and 0 deletions

8
.htaccess Normal file
View File

@@ -0,0 +1,8 @@
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
Options All -Indexes
ErrorDocument 403 https://%{SERVER_NAME}/?view=403
ErrorDocument 404 https://%{SERVER_NAME}/?view=404