This commit is contained in:
BingoKingo
2020-04-04 15:32:40 +08:00
parent 8d71cc849a
commit b7b1fd2886
61 changed files with 0 additions and 22783 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
# }
#-----------------------------------