From 9bf62b0af81e04f0ad9acf33b90bcb0de7c2726f Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Sun, 19 Jul 2020 11:23:21 +0800 Subject: [PATCH] Update .htaccess --- .htaccess | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.htaccess b/.htaccess index c548b41..6ad16ee 100644 --- a/.htaccess +++ b/.htaccess @@ -1,15 +1,15 @@ -# apache -# LoadModule rewrite_module modules/mod_rewrite.so -# AllowOverride All +# # Apache +# # LoadModule rewrite_module modules/mod_rewrite.so +# # AllowOverride All RewriteEngine On RewriteRule ^(.*) index.php?/$1 [L] -#----------------------------------- -# nginx +###----------------------------------- +# # nginx # rewrite ^(.*) /index.php?/$1 last; # -# caddy +# # caddy # rewrite { # to index.php?/$1 # } -#----------------------------------- +###-----------------------------------