♥Smoky Barnable Posted August 1, 2021 Posted August 1, 2021 I've spent the last few weeks updating my heavily modified BS Edge shop to PHP 8. I have been working locally on my Xampp server. I decided to continue development on my web host so I created a test folder and secured this folder with a password via my hosts control panel. This works fine and I can access the front end, but having problems logging into the admin. What is the best way to set this up so I can continue testing? Do I just secure the admin directory the usual way or perhaps it already being in a secured directory is causing some issues? The water in a vessel is sparkling; the water in the sea is dark. The small truth has words which are clear; the great truth has great silence. - Rabindranath Tagore
Hotclutch Posted August 1, 2021 Posted August 1, 2021 I test like this all the time. You do not need to protect the admin directory in the usual way because the test folder is already password protected.
Jack_mcs Posted August 2, 2021 Posted August 2, 2021 7 hours ago, Smoky Barnable said: This works fine and I can access the front end, but having problems logging into the admin. This can happen if you have the admin password protected with a popup and the login is different than the one set for the whole site. The server will log you into the first but when you try to login to the second, it conflicts with what is already present and you get into a loop situation. So remove the popup to the admin if you have one and it should work. Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
♥Smoky Barnable Posted August 2, 2021 Author Posted August 2, 2021 16 hours ago, Jack_mcs said: This can happen if you have the admin password protected with a popup and the login is different than the one set for the whole site. The server will log you into the first but when you try to login to the second, it conflicts with what is already present and you get into a loop situation. So remove the popup to the admin if you have one and it should work. Yes, this was the problem. I was getting an endless redirect loop between application_top.php and login.php. Thanks! The water in a vessel is sparkling; the water in the sea is dark. The small truth has words which are clear; the great truth has great silence. - Rabindranath Tagore
Recommended Posts
Archived
This topic is now archived and is closed to further replies.