...will just rewrite the request to https://rto12.ca/REQUEST_URI, and then pass it off to the next rule (the input to the next rule, which you append to the end of the request, will be https://rto12.ca/REQUEST_URI). However, for it to work properly, you need it to redirect immediately:
It's likely possible to combine all of your rules into at most a single redirect, so let me play around with it a bit and I'll see what I can come up with, then I'll update the answer. Adding the flags should fix your problem either way, though.
Edit: I think this should take everything in one go:
发布评论
评论(1)
此规则:
...只会将请求重写为
https://rto12.ca/REQUEST_URI
,然后将其传递给下一条规则(下一条规则的输入,您将其附加到请求的结尾将是https://rto12.ca/REQUEST_URI
)。然而,为了让它正常工作,你需要它立即重定向:很可能将所有规则组合成最多一个重定向,所以让我稍微尝试一下,看看我能想到什么与,然后我会更新答案。不过,添加标志应该可以解决您的问题。
编辑:我认为这应该一次性完成所有事情:
This rule:
...will just rewrite the request to
https://rto12.ca/REQUEST_URI
, and then pass it off to the next rule (the input to the next rule, which you append to the end of the request, will behttps://rto12.ca/REQUEST_URI
). However, for it to work properly, you need it to redirect immediately:It's likely possible to combine all of your rules into at most a single redirect, so let me play around with it a bit and I'll see what I can come up with, then I'll update the answer. Adding the flags should fix your problem either way, though.
Edit: I think this should take everything in one go: