This commit is contained in:
BingoKingo
2021-02-05 13:04:53 +08:00
parent 72668aa612
commit 849a990545
56 changed files with 0 additions and 30140 deletions
-16
View File
@@ -1,16 +0,0 @@
# # Apache
# # LoadModule rewrite_module modules/mod_rewrite.so
# # AllowOverride All
RewriteEngine On
# RewriteCond $1 !^(.well-known)
RewriteRule ^(.*) index.php?/$1 [L]
###-----------------------------------
### nginx
# rewrite ^/(?!.well-known)(.*)$ /index.php?/$1 last;
#
### caddy
# rewrite {
# to index.php?/$1
# }
###-----------------------------------