安装框架

This commit is contained in:
杨志
2026-01-20 10:27:11 +08:00
parent ec32bcf42d
commit 6e0c3ae1a0
41 changed files with 927 additions and 2 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>