0
我嘗試使用以下命令:htaccess的重定向到非HTTPS如果請求的URI具有xxxx.php
# any https link with product_info.php in it >> the http link
RewriteCond %{HTTPS} =on
RewriteCond %{REQUEST_URI} ^product_info\.php$
RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
但是,URI的與鏈接該文件名不重定向到http
謝謝!我試圖給你投票。但是,我還沒有這個聲望。 –
Jon Lin,http://www.cheerbowsetc.com/product_info.php?cPath=1_40&products_id=2978開發者仍然使用該代碼報告無限重定向。我現在已經評論了。任何可能的原因? –
@DenverProphitJr。會猜測你有代碼強制HTTPS的地方,該代碼需要** ** product_info.php URI的 –