srpurdy Posted February 8, 2015 Share Posted February 8, 2015 (edited) Hi, I'm having an issue that is odd to me. I'm working on a custom addon module. I have a frontend module that is loaded via index.php?m=module / function module_clientarea() My issue is that if you have a whmcs install where you have http and https defined in the admin area. This just flat out breaks because it seems index.php is trying to be run in http. So if I force_ssl within the array inside the module it redirects on itself forever. If I set that to false the login is under https so the cookies are not set under http so I can never login to access it. The only way it seems for this to work is if you run WHMCS strictly under http or completely under https. Is this normal behavior? Thanks Edited February 8, 2015 by srpurdy 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.