This commit is contained in:
BingoKingo
2020-05-01 13:49:19 +08:00
parent 9c9bafd523
commit bca711533c
63 changed files with 0 additions and 25350 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
# }
#-----------------------------------