PSELFEXT Posted January 12, 2021 Share Posted January 12, 2021 I changed WHMCS URL via the browser from http to https and now I cannot access it. How do I change it back without using the browser. Please let me know the full procedure. Than you. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Technical Analyst II WHMCS SamP Posted January 15, 2021 WHMCS Technical Analyst II Share Posted January 15, 2021 Hello @PSELFEXT Log in to your WHMCS database management panel (i.e. phpMyAdmin) > Select your WHMCS database > and run this SQL query replacing `https://www.yourdomain.com/whmcs/` with the actual path to your URL UPDATE tblconfiguration SET value='https://www.yourdomain.com/whmcs/' WHERE setting='SystemURL'; 0 Quote Link to comment Share on other sites More sharing options...
PSELFEXT Posted January 22, 2021 Author Share Posted January 22, 2021 Thank you, it 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.