Initial PHP project structure

This commit is contained in:
2022-11-01 18:09:46 -04:00
parent 836d3ecc65
commit 7c793dac88
11 changed files with 1555 additions and 0 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]