htaccess重写错误请求https资源

时间:2014-12-03 17:18:18

标签: apache .htaccess mod-rewrite url-rewriting

以下网址重写是否有任何理由导致从https而不是http请求资源?我正在尝试重写的当前站点不是通过https请求资源。

.htaccess

RewriteEngine On
RewriteCond %{HTTP_HOST} ^olduglysubdomain\.domain\.com
RewriteRule ^(.*) http://newawesomesubdomain.domain.com/$1 [P]

正确加载html,但图片,css和JavaScript都是https://newawesomesubdomain.domain.com/。我可以通过.htaccess强制它到http,还是在其他地方我应该看?

0 个答案:

没有答案