0
我的magento網站正在裝載請求http
,http://my-magento-site.com。但是,當我嘗試LO負載使用https://my-magento-site.com它重定向到錯誤頁面,https://my-magento-site.com/cgi-sys/defaultwebpage.cgi。如何防止此問題,並重定向到http
請求?如何將https請求重定向到magento中的http?
我嘗試添加該代碼在我的根.htaccess
文件,但沒有自動跳轉,
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
我該如何解決這個問題?
希望這有助於你http://stackoverflow.com/questions/8371/how-do-you-redirect-https-to-http – Sasikumar
你不應該重定向從https到http。改正問題。 –