From 5c016a07fe68d778ff158f73c1a616ae2debaec5 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Tue, 24 Mar 2020 16:50:25 +0800 Subject: [PATCH] Update .htaccess --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 3cb9db5..c548b41 100644 --- a/.htaccess +++ b/.htaccess @@ -8,7 +8,7 @@ RewriteRule ^(.*) index.php?/$1 [L] # nginx # rewrite ^(.*) /index.php?/$1 last; # -# caddy (not sure) +# caddy # rewrite { # to index.php?/$1 # }