我有一個codeigniter站點,它在http
中工作完美。從http更改Codeigniter站點到https站點 - 不工作
然後我們的客戶端將該站點移動到具有https
安全性的新服務器。
這意味着現在網站的網址是http://mysite.com
。
但現在我的網站不能正常工作......
是什麼原因呢?
這是我的codeigniter網站不工作在https
。
它只是顯示的主頁,並沒有jQuery效果等不工作..
我已經改變了base_url
在config.php爲https://mysite.com
。
嘗試此鏈接http://sajjadhossain.com/2008/10/27/ssl-https-urls-and-codeigniter/ – swapnesh 2012-08-17 04:42:56
我認爲你應該使用'的.htaccess redirect' – 2012-08-17 04:45:35
@ Bhuvan,在'application'目錄中有一個htaccess文件,它有以下內容:'RewriteEngine On RewriteCond%{HTTPS} off RewriteRule(。*)https://%{HTTP_HOST}%{REQUEST_URI}' – Kichu 2012-08-17 04:50:48