我正在尝试在我的 Apache 服务器上创建 RewriteRule。
该规则运行正常,但当我添加标志 [P] 时,它不再起作用
这就是我想要实现的目标
RewriteEngine on
RewriteCond %{HTTP_HOST} =coucou.example.com
RewriteRule ^(.*) https://www.example.com/apex/f?p=example:mypage [L,P]
请问我是否遗漏了什么?
欢呼,问候,
我正在尝试在我的 Apache 服务器上创建 RewriteRule。
该规则运行正常,但当我添加标志 [P] 时,它不再起作用
这就是我想要实现的目标
RewriteEngine on
RewriteCond %{HTTP_HOST} =coucou.example.com
RewriteRule ^(.*) https://www.example.com/apex/f?p=example:mypage [L,P]
请问我是否遗漏了什么?
欢呼,问候,