From 061da4fd7ccd0e4aaf923e581c1057e82230977b Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Sun, 27 Sep 2020 15:43:48 +0800 Subject: [PATCH] Update .htaccess --- .htaccess | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.htaccess b/.htaccess index ef9c0b6..938c04f 100644 --- a/.htaccess +++ b/.htaccess @@ -13,4 +13,12 @@ RewriteRule ^(.*) index.php?/$1 [L] # rewrite { # to index.php?/$1 # } +# +### caddy2 json +# "handler": "rewrite", +# "uri": "index.php?{http.request.uri.query}" +# +### caddy2 Caddyfile +# rewrite * index.php?{query} +# ###-----------------------------------