non-logged in users being directed to https

Permalink
Hi,

If you are not logged into the dashboard the site is redirecting users to the HTTPS version of the domain. I've never added anything SSL related to the site, there are no redirects in .htaccess.

I'm stumped. If the user is logged in the correct, non SSL URL is used. Not logged in and it tries to send you to a non-existent URL.

Any ideas?

Cheers,
Anthony

apc123
 
digirunt replied on at Permalink Reply
digirunt
If you set up C5 using softaculous part of the set up asks for the protocol and whatever is selected causes all pages to be redirected there.
Also have you checked your BASE_URL in config/site.php has the right protocol?
apc123 replied on at Permalink Reply
apc123
I didn't use scriptaculous.

My guess is that it has something to do with config.php as well.
When I throw in a space or a / in the server stays at http and throws the expected page not found error.

Below is what my config.php file looks like. Obviously I've replaced most of the below with XXXX's

<?php 
define('DB_SERVER', 'XXXXXXXX');
define('DB_USERNAME', 'XXXXXXX');
define('DB_PASSWORD', 'XXXXXXX');
define('DB_DATABASE', 'XXXXXX');
define('BASE_URL', 'http://www.manhattancomedyschool.com');
define('DIR_REL', '');
define('PASSWORD_SALT', 'XXXXXXXXXX');


Any ideas?

Cheers,
Anthony
apc123 replied on at Permalink Reply
apc123
Not sure if this helps solve the mystery but I also cannot sign out of the site. When I click "sign out" the page refreshes and the concrete5 toolbar remains present.
apc123 replied on at Permalink Reply
apc123
The problem was related to a bug in Advanced Forms. Bug fixed.