init 项目
This commit is contained in:
parent
edd2c619b9
commit
1d8944cd86
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,6 +3,8 @@
|
|||||||
*.log
|
*.log
|
||||||
/.env
|
/.env
|
||||||
/public/uploads/*
|
/public/uploads/*
|
||||||
|
/public/.htaccess
|
||||||
|
/public/nginx.htaccess
|
||||||
!/public/uploads/index.html
|
!/public/uploads/index.html
|
||||||
/runtime/*
|
/runtime/*
|
||||||
!/runtime/index.html
|
!/runtime/index.html
|
||||||
|
@ -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>
|
|
Loading…
x
Reference in New Issue
Block a user