laiying Posted July 23, 2012 Share Posted July 23, 2012 hello everyone For some reasons,all the directory of http://www.idc724.com need to use SSL protection. I install whmcs 5.1.2 at /clients directory. in /.htaccess I add rewrite rule from http to https RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} after that ,In whmcs general settings -> URL of the WHMCS installation for secure access, If I set https://www.idc724.com/clients/ and follow the tip ,i.e leave blank for no SSL. when try to visit https://www.idc724.com/clients/, the broswer (chrome)shows error 310 (net::ERR_TOO_MANY_REDIRECTS)?too many redirects? If I don't set https://www.idc724.com/clients/,i.e leave blank for SSL. when try to visit https://www.idc724.com/clients/,in the client area ,account can't login and shows"Login Details Incorrect. Please try again.",while the email and password is correct.Another problem is we can't switch language. thanks. 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.