theProject Posted February 14, 2013 Share Posted February 14, 2013 UGHHHHH im so frustrated with myself. I was under the setup/General Settings area and just finishing up filling in my details. Towards the end it asks for a URL for the SSL location of my WHMCS install and I stupidly put a .net extension instead of my .com extension, so now i cant even get into admin because its trying to pull up an installation that doesnt exist. Which php file does this info reside in so that i may fix my info, this is terrible i cant do anything at all! Thanks so much 0 Quote Link to comment Share on other sites More sharing options...
scurrell Posted February 14, 2013 Share Posted February 14, 2013 edit the tblconfiguration table in the database and update the URL 0 Quote Link to comment Share on other sites More sharing options...
WHMCS JamesX Posted February 14, 2013 Share Posted February 14, 2013 (edited) Assuming that the non-SSL URL is set correctly, execute the following query on your database: UPDATE `tblconfiguration` SET `value`='' WHERE `setting`='SystemSSLURL'; You can then proceed to login via HTTP and reconfigure it. Edited February 14, 2013 by WHMCS JamesX 0 Quote Link to comment Share on other sites More sharing options...
theProject Posted February 14, 2013 Author Share Posted February 14, 2013 Thanks to all, @JS-James, and squrrell, I will get right on it, thanks so kindly for the quick responses! Ill let you know how i make out for others reference. 0 Quote Link to comment Share on other sites More sharing options...
theProject Posted February 14, 2013 Author Share Posted February 14, 2013 Ok im in there, but i must not understand what the SystemURL and SystemSSLURL's should be, is there a specific spot these should point to? I had them pointing to the main folder that my WHMCS installation is in 0 Quote Link to comment Share on other sites More sharing options...
theProject Posted February 14, 2013 Author Share Posted February 14, 2013 Never mind im in! For other newb's out there, System URL should be as I stated - http://www.yourdomain.com/whmcs (or if you renamed the WHMCS directory, it obviously would be that) The same goes for SSLURL, except with the https:// Thanks again to all, i need to put the coffee down this morning. 0 Quote Link to comment Share on other sites More sharing options...
tngh Posted May 13, 2013 Share Posted May 13, 2013 Thank you! I was going mad trying to figure out the same problem!! 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.