steam.roy Posted April 7, 2010 Share Posted April 7, 2010 (edited) Hello, how would i force SSL on the admin area of WHMCS? Thanks Edited April 7, 2010 by steam.roy 0 Quote Link to comment Share on other sites More sharing options...
Snowman Posted April 7, 2010 Share Posted April 7, 2010 Add something like the following to your folders .htaccess file: Options +FollowSymlinks RewriteEngine On RewriteCond %{SERVER_PORT} !=443 RewriteRule ^ https://www.yourwhmcsdomain.com%{REQUEST_URI} [R,L] 0 Quote Link to comment Share on other sites More sharing options...
steam.roy Posted April 7, 2010 Author Share Posted April 7, 2010 Trying this now, Thanks for fast reply. 0 Quote Link to comment Share on other sites More sharing options...
steam.roy Posted April 7, 2010 Author Share Posted April 7, 2010 Thank you that worked. 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.