Project Done Before

This commit is contained in:
kicap1992
2021-06-23 16:03:34 +08:00
commit af5080743b
1073 changed files with 389091 additions and 0 deletions

5
.htaccess Normal file
View File

@ -0,0 +1,5 @@
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]