我需要在我的htaccess文件中使用此SSL推送:
#Force SSL Pages
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{QUERY_STRING} simplecheckout|account|contact
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
它的功能就像一个魅力,除了它打破了“添加到愿望清单”按钮。
我不明白,有谁可以解释原因? THX!