Initial PHP slim project structure

This commit is contained in:
2022-11-19 13:51:05 -05:00
parent 63dcfcdde5
commit 4a44aef764
13 changed files with 1546 additions and 8 deletions

5
public/.htaccess Normal file
View File

@ -0,0 +1,5 @@
# rewrite rules
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]