Pandera Posted March 16, 2017 Share Posted March 16, 2017 Hi, I accedently changed the URL to https and i think i made a mistake in the URL Now it is not giving me any access to any portal not admin and not client i installed letsencrypt to try and trubleshoot it and still no joy Please assist Thank you so much 0 Quote Link to comment Share on other sites More sharing options...
WHMCS ChrisD Posted March 16, 2017 Share Posted March 16, 2017 Hello Pandera, Thanks for your post, you'll need to reset the domain in the Database, to do this execute the the following query replacing "yourdomain.com" with your WHMCS Path UPDATE `tblconfiguration` SET value ='http://www.yourdomain.com/whmcs/' WHERE setting='SystemURL'; UPDATE `tblconfiguration` SET value = '' WHERE setting = 'SystemSSLURL'; UPDATE `tblconfiguration` SET value = '' WHERE setting = 'AdminForceSSL'; 0 Quote Link to comment Share on other sites More sharing options...
Pandera Posted March 17, 2017 Author Share Posted March 17, 2017 Thank you so much, that did the job 0 Quote Link to comment Share on other sites More sharing options...
WHMCS ChrisD Posted March 18, 2017 Share Posted March 18, 2017 Glad to hear this sorted it for you! 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.