How to redirect el request to https??
Hi i was reading about this topic but i couldn't make it could somebody tell me how can i do it?
all the http request must be redirected to https i was trying to make with .htaccess but this is not possible something is doing an infinite loop
thanks in advance.
Comments
// The paths to force SSL with the key being the environment it belongs to
$config['ssl'] = array('production' => array(':any'));
doesn't work http is still runing on http