0
我要排除:
http://domain.com/index.php?route=payment/redsys/callback
這是我在.htacess排除從HTTPS URL一個重定向
RewriteCond %{HTTPS} !=on
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
是將所有網址以HTTPS,我怎麼能排除的URL轉換到https? 謝謝
謝謝,但我不知道該目錄是在Opencart的 對函數的調用http://domain.com/index.php?route=payment/redsys/callback – user1524138