Update .htaccess

This commit is contained in:
qkqpttgf 2020-03-20 12:58:08 +08:00 committed by GitHub
parent 7f19d2ea2b
commit bcc3868640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 {