Update .htaccess

This commit is contained in:
qkqpttgf
2020-03-20 12:58:08 +08:00
committed by GitHub
parent 7f19d2ea2b
commit bcc3868640
+1 -1
View File
@@ -6,7 +6,7 @@ RewriteRule ^(.*) index.php?/$1 [L]
#-----------------------------------
# nginx
# rewrite ^(.*) index.php?/$1 last;
# rewrite ^(.*) /index.php?/$1 last;
#
# caddy (not sure)
# rewrite {