kgerm7513 Posted August 7, 2014 Share Posted August 7, 2014 Alright... I've done the most absent minded task of the day... I've changed the WHMCS Installation and Site URL's, didn't have anything set up correctly, and now I'm locked out (can't access at all...).. Is there a way I can change this by SSH'ing into the server? Darnit. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted August 8, 2014 WHMCS Support Manager Share Posted August 8, 2014 Hi, Replace http://www.yourdomain.com/whmcs/ with the actual System URL value of your installation: 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...
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.