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} +# ###-----------------------------------