This commit is contained in:
BingoKingo
2020-09-07 22:26:37 +08:00
parent d5b0b669c8
commit 292a2ce027
70 changed files with 0 additions and 30589 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
# }
#-----------------------------------