This commit is contained in:
2024-08-30 15:03:25 +05:30
parent 5d35731238
commit beec75e127
123 changed files with 14199 additions and 28 deletions

6
htdocs/.htaccess Executable file
View File

@@ -0,0 +1,6 @@
RewriteEngine On
RewriteCond $1 !^(index\.php)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]