2
我已經擁有301從HTTPS
到HTTP
到站點範圍。 但我想排除結賬網頁,使他們總是HTTPS
(位於「/購物推車/」)如何從HTTPS排除單個目錄到HTTP 301使用IIS6 + IIRF重定向
試過這樣:
#RewriteCond %{SERVER_PORT} ^443$
#RewriteRule ^(.*)$ http://www.example.com$1 [R=301]
#RewriteCond %{SERVER_PORT} ^80$
#RewriteCond %{HTTP_HOST} ^www.example.com$
#RedirectRule ^/shopping-cart(.*)$ https://%{HTTP_HOST}/shopping-cart$1 [R=301]
這給了我一個重定向循環,當我到達/shopping-cart/
頁