first commit

This commit is contained in:
Power BI Dev
2026-04-28 23:22:31 +07:00
commit 3ae282607f
7 changed files with 254 additions and 0 deletions

3
public/.htaccess Normal file
View File

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