![]() |
.htaccess unwanted https on home codeigniter - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: .htaccess unwanted https on home codeigniter (/showthread.php?tid=58961) |
.htaccess unwanted https on home codeigniter - El Forum - 08-08-2013 [eluser]Unknown[/eluser] I would like some specific pages to turn HTTPS. The pages I want HTTPS works and turn HTTPS as intended, Problem occurs on the 'home' page wich is simply http://domain.tld If I visit Code: http://domain.tld Code: (http://domain.tld) for example Code: Origin : http://domain.tld/search but Code: Origin : httpS://domain.tld/login However Code: Origin : httpS://domain.tld/login This is the .HTACCESS I'm using now Code: <IfModule mod_rewrite.c> So I need to remove that behavior that turns the front page https when visited from a https controller. Thanks for any help! |