Batch 1: base project files

This commit is contained in:
sas.fajri
2026-04-15 15:12:37 +07:00
parent 74c29eb250
commit e224e7f31a
57 changed files with 5766 additions and 0 deletions

4
.htaccess Executable file
View File

@@ -0,0 +1,4 @@
RewriteEngine on
RewriteBase /one-api-lab/
RewriteCond $1 !^(index\.php|assets|user_guide|robots\.txt)
RewriteRule ^(.*)$ /one-api-lab/index.php/$1 [L]