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
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
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
Any ideas?
Cheers,
Anthony
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
Any ideas?
Cheers,
Anthony
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.
The problem was related to a bug in Advanced Forms. Bug fixed.
Also have you checked your BASE_URL in config/site.php has the right protocol?