mysticav Posted November 19, 2009 Share Posted November 19, 2009 Admin control access has a link for secure SSL access. How can I set the default access as SSL, even if the user tries http ?? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted November 20, 2009 WHMCS Support Manager Share Posted November 20, 2009 You can use a .htaccess file to force a redirect 0 Quote Link to comment Share on other sites More sharing options...
moonsoft Posted November 23, 2009 Share Posted November 23, 2009 Why can't this be a default that you are automatically redirected to SSL, for PCI compliance you cannot have the ability to redirect to non-ssl, I think someone should add a feature to FORCE the application into SSL for client and admin are and login pages. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted November 23, 2009 WHMCS Support Manager Share Posted November 23, 2009 The client area is automatically switched to SSL whenever necessary, such a the login page. Regarding the admin areas...there might be any number of reasons why you want to use non-SSL, but as an admin you would obviously know to choose SSL. 0 Quote Link to comment Share on other sites More sharing options...
railto Posted November 23, 2009 Share Posted November 23, 2009 I agree with moonsoft on this. When we used AWBS it forces the admin area to SSL and i felt much better about it. As it stands i click the option to use SSL, but would be far better not to mention far more secure for WHMCS to be run under SSL entirely. 0 Quote Link to comment Share on other sites More sharing options...
robb3369 Posted November 24, 2009 Share Posted November 24, 2009 Try this in the .htaccess file... RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteCond %{REQUEST_URI} /path_to_whmcs_admin/ RewriteRule ^(.*)$ https://www.domain.com/$1 [R,L] 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.