dtnewchap Posted June 4, 2016 Share Posted June 4, 2016 I have some issue, I succesfully install whmcs, but when typing in mywebsite.com it shows nothing except Whmcs folder and Whmcs zip installation folder I uploaded. It working fine when I type in mywebsite.com/whmcs I want to make my website appear to visitor as mywebsite.com/whmcs in my website homepage mywebsite.com Thank you 0 Quote Link to comment Share on other sites More sharing options...
twhiting9275 Posted June 4, 2016 Share Posted June 4, 2016 It sounds like you installed the program under the whmcs directory, which many do. If you want to get this working under mywebsite.com , you'll need to do two things #1: Move everything from the public_html/whmcs folder up to public_html #2: Run the following queries in phpmyadmin, inside of the WHMCs database . Adjust the domain as necessary UPDATE tblconfiguration SET value='http://mywebsite.com' WHERE setting='SystemURL' ; UPDATE tblconfiguration SET value='https://mywebsite.com' WHERE setting='SystemSSLURL' ; Like I said, change the url as needed. 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted June 6, 2016 Share Posted June 6, 2016 Another option is to complete installation in /whmcs then change the system URL when logged-in then move the files to root to finish. 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.