ssl redirection on login and registration page
Hello all,
I started test HUBzero-cms on a local server OS: Windows 7 (WampServer) PHP 5.4, MySQL 5 HUBzero 1.1 I want to disable SSL for login and registration pages and the homepage (after login). If anyone can help me solve this problem, thank you in advance
0 Like 0 Dislike
Omar Nahil Sobh @ on
With a hubzero install, there a portion in the hubzero-cms where you disable the default apache settings and enable the new ones that you created.
a2dissite default default-ssl
then you do
a2ensite blankhub blankhub-ssl
what you could try quickly is to turn off the ssl version of the site:
a2dissite blankhub-ssl
then restart your server : /etc/init.d/apache2/restart
Check your site and see if it all works out without the SSL site in play.
Reply Report abuse
Please login to answer the question.