This commit is contained in:
knowpia
2022-09-08 15:25:13 +08:00
parent 96a49d1bd6
commit 3e1bb139c3
32 changed files with 2878 additions and 0 deletions

8
public/.htaccess Normal file
View File

@@ -0,0 +1,8 @@
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>