init 项目

This commit is contained in:
yaooo 2023-12-07 14:17:53 +08:00
parent edd2c619b9
commit 1d8944cd86
2 changed files with 2 additions and 8 deletions

2
.gitignore vendored
View File

@ -3,6 +3,8 @@
*.log
/.env
/public/uploads/*
/public/.htaccess
/public/nginx.htaccess
!/public/uploads/index.html
/runtime/*
!/runtime/index.html

View File

@ -1,8 +0,0 @@
<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>