What I am trying to do is force all traffic to HTTPS. This is using php and Codeigniter which I previous had setup on nginx. So the aim is to have everything point to index.php (except images, css, files, etc) Currently there is no redirection occuring for HTTP(s) but it does appear to redirect to my index.php correctly. This is my .htaccess Options +FollowSymLinks If anyone could point me in the right direction it would be most helpful. Thanks asked 06 Nov '12, 07:10 YayAdrian |
The first problem is that you have a syntax error on the last line. You have a curly brace at the end, which is a mismatch for the square brace before L; this could be breaking the chain.
Thanks. I've now fixed that but no change. http://carsharingadventure.com gets me the webfaction error page https://carsharingadventure.com redirects but looses the HTTPs