Update .htaccess

This commit is contained in:
qkqpttgf 2020-09-27 15:43:48 +08:00 committed by GitHub
parent a908ec285e
commit 061da4fd7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -13,4 +13,12 @@ RewriteRule ^(.*) index.php?/$1 [L]
# rewrite {
# to index.php?/$1
# }
#
### caddy2 json
# "handler": "rewrite",
# "uri": "index.php?{http.request.uri.query}"
#
### caddy2 Caddyfile
# rewrite * index.php?{query}
#
###-----------------------------------