This commit is contained in:
BingoKingo
2020-07-18 00:27:38 +08:00
parent abfe215999
commit a939336470
68 changed files with 0 additions and 28929 deletions
-15
View File
@@ -1,15 +0,0 @@
# apache
# LoadModule rewrite_module modules/mod_rewrite.so
# AllowOverride All
RewriteEngine On
RewriteRule ^(.*) index.php?/$1 [L]
#-----------------------------------
# nginx
# rewrite ^(.*) /index.php?/$1 last;
#
# caddy
# rewrite {
# to index.php?/$1
# }
#-----------------------------------