为什么https代理代理无法正常工作?

时间:2019-04-22 11:43:36

标签: apache .htaccess

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代码的想法。

0 个答案:

没有答案