从https中排除页面

时间:2017-04-24 16:42:31

标签: apache .htaccess http https

我在https页面上有一个指向HTTP页面的iFrame。结果是, 新的HTTP页面不会显示iFrame。我希望从https中排除保存iframe的页面,以便iFrame显示。

我目前将http重定向到https的.htaccess文件如下:

RewriteEngine On  
RewriteBase /  

RewriteCond %{ENV:HTTPS} !=on  
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

由于

0 个答案:

没有答案