我試圖迫使3頁的網站的SSL,並強制休息到http的.htaccess力HTTPS否則強制HTTP
mydomain.com/register,mydomain.com/checkout和MYDOMAIN .com /感謝所有需要重定向到https:但任何其他頁面應該只使用http:
這可能嗎?
我現在有一些笨具體的東西在我的htaccess
RewriteEngine on
RewriteCond $1 !^(index\.php|assets|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
可能重複的 - 例如參見這些問題的答案:http://stackoverflow.com/questions/4192948/remove-www-site-wide- force-https-on-certain-directories-and-http-on-the-rest – Marki555 2012-07-11 17:48:12
它不重複,問題是對的。需要找到CodeIgniter的解決方案....對於CI它不起作用。 – TechCare99 2014-05-17 05:46:40