2013-03-14 22 views

回答

0

可以只是嘗試:

RewriteCond %{HTTPS} !=on 
RewriteCond %{REQUEST_URI} !^/blog-feed.html 
RewriteRule^https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] 
相關問題