If you ran into a problem like you have changed the secure admin URL back to non secure URL and you forgot to change the Use Secure in Front End
or Admin to zero -means disable. It’s total mess that you cannot access the admin side again as all the JavaScript and CSS urls will have https prefix and all will be showing 404 .The only solution is deep diving in to the database.
Follow the steps
- Open your database admin tool such as PhpMyAdmin
- Find table “core_config_data”
- Search for the columns in path field “web/secure/use_in_frontend” and “web/secure/use_in_adminhtml”
- Set both values to 0, then clear cache and enjoy browsing your website.
Did this post help you?
Tutsplanet brings in-depth and easy tutorials to understand even for beginners. This takes a considerable amount of work. If this post helps you, please consider supporting us as a token of appreciation:
- Just want to thank us? Buy us a Coffee
- May be another day? Shop on Amazon using our links.
Your prices won't change but we get a small commission.
Leave a Reply