Vpxgamer Posted November 18, 2020 Share Posted November 18, 2020 Hello, My website has ssl, however you need to manually type https in order to use it. I changed the General Settings in the admin, i changed domain, to have https, and system url, to https also. Now when I go to the site, it doesnt work. I attached a screenshot of what I see when I go to my site. 0 Quote Link to comment Share on other sites More sharing options...
steven99 Posted November 18, 2020 Share Posted November 18, 2020 (edited) Sounds like you have a redirect else where that is trying to force https but isn't checking that https is used. Edited November 18, 2020 by steven99 0 Quote Link to comment Share on other sites More sharing options...
Vpxgamer Posted November 18, 2020 Author Share Posted November 18, 2020 How do I fix it 0 Quote Link to comment Share on other sites More sharing options...
steven99 Posted November 18, 2020 Share Posted November 18, 2020 You need to check the .htaccess file for rewrites that send to https, control panel settings that force ssl, etc - though those are usually safe. 0 Quote Link to comment Share on other sites More sharing options...
Vpxgamer Posted November 18, 2020 Author Share Posted November 18, 2020 How do I change the setting i changed in General Settings 0 Quote Link to comment Share on other sites More sharing options...
steven99 Posted November 18, 2020 Share Posted November 18, 2020 Well if you can't get in to the admin because of that redirection loop, then you need to change the database via phpmyadmin -> tblconfig (or tblconfiguration or something like) table -> system url option. Did you check .htaccess and other parts as suggested first though? 0 Quote Link to comment Share on other sites More sharing options...
Vpxgamer Posted November 19, 2020 Author Share Posted November 19, 2020 How do I edit the system url option. I have php my admin. I clicked on the database, then the table, but how do I edit it? 0 Quote Link to comment Share on other sites More sharing options...
Vpxgamer Posted November 19, 2020 Author Share Posted November 19, 2020 Nevermind, I fixed it. But now I have another problem. In the admin panel, it keeps signing me out over and over. How do i fix this? 0 Quote Link to comment Share on other sites More sharing options...
steven99 Posted November 19, 2020 Share Posted November 19, 2020 You will want to make sure you're accessing https vs http when logging in and that the system url matches the one you're using. 0 Quote Link to comment Share on other sites More sharing options...
Vpxgamer Posted November 20, 2020 Author Share Posted November 20, 2020 How do I change the system URL to https. When i login to the admin panel, I get signed out immediately 0 Quote Link to comment Share on other sites More sharing options...
steven99 Posted November 21, 2020 Share Posted November 21, 2020 Are you accessing the admin via https:// and it redirects you to http://? if so, that would be why it logs you out as the session cookie wont match . As such, you need to edit the database directly and change the option there. or use http:// and change the password afterwards -- not the best solution but it will get you there. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Technical Analyst II WHMCS Stephen Posted November 21, 2020 WHMCS Technical Analyst II Share Posted November 21, 2020 Hello @Vpxgamer You can run the following SQL comand directly on your WHMCS DB and change the http://www.yourdomain.com/whmcs/ entry accordingly. UPDATE `tblconfiguration` SET value ='http://www.yourdomain.com/whmcs/' WHERE setting='SystemURL'; I hope this helps. 0 Quote Link to comment Share on other sites More sharing options...
Vpxgamer Posted November 21, 2020 Author Share Posted November 21, 2020 Thanks i will try that 0 Quote Link to comment Share on other sites More sharing options...
Vpxgamer Posted November 23, 2020 Author Share Posted November 23, 2020 That worked, but now I have another issue where I randomly get redirected to the hompage of the whmcs admin panel randomly. 0 Quote Link to comment Share on other sites More sharing options...
Vpxgamer Posted November 24, 2020 Author Share Posted November 24, 2020 Also I want to transfer my website to another domain. What are the steps to do this? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 25, 2020 Share Posted November 25, 2020 15 hours ago, Vpxgamer said: Also I want to transfer my website to another domain. What are the steps to do this? https://docs.whmcs.com/Licensing jump to the part starting "To move WHMCS:" 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.