2013-03-14 3 views

답변

0

그냥 시도 할 수 있습니다 :

RewriteCond %{HTTPS} !=on 
RewriteCond %{REQUEST_URI} !^/blog-feed.html 
RewriteRule^https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] 
관련 문제