add htaccess files and index.php with slim instantiation

This commit is contained in:
Yisroel Baum 2025-10-24 14:16:36 +03:00
parent da1b81663d
commit 22fb98a5b1
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
3 changed files with 23 additions and 0 deletions

3
.htaccess Normal file
View file

@ -0,0 +1,3 @@
RewriteEngine on
RewriteRule ^$ public/ [L]
RewriteRule (.*) public/$1 [L]