From 43b8d4f59bb862bdaf9d030bd358441020e5a021 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Wed, 11 Mar 2020 21:10:51 +0800 Subject: [PATCH] Update .htaccess --- .htaccess | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.htaccess b/.htaccess index 7444332..45b9c2a 100644 --- a/.htaccess +++ b/.htaccess @@ -1,2 +1,13 @@ +# apache RewriteEngine On RewriteRule ^(.*) index.php?/$1 [L] + +#----------------------------------- +# nginx +# rewrite ^(.*) index.php?/$1 last; + +# caddy (not sure) +# rewrite { +# to /index.php?/$1 +# } +#-----------------------------------