https在htaccess中的重定向代理中不起作用
RewriteRule ^ page.html $ http://other-domain.com/mypage.html [P]-1
RewriteRule ^ page.html $ https://other-domain.com/mypage.html [P]-2
以上语句来自.htaccess行。在该1-语句中起作用,因为url中没有https。但是在第二个语句中不起作用,URL中不存在https。 但我想对https网站使用proxy redirect。是否有任何反对htacces代码的想法。