I configured a certificate of let's encrypt using certbot-auto and the https worked but when I was trying to remove the certificate of my domain using certbot-auto delete... my wordpress and phpmyadmin site stopped being recognized, it keeps redirecting to https and it gives an error 404 can't reach this page but the apache2 and nginx index page could be reached...
I already did all of that cleared the cache, history, cookies, checked the mysql database it's on http:// but still redirects it to https:// and says it can't reach the page... I need to check for something in the deeper level, but I don't know what to check I tried to delete the ssl.confs that were made by let's encrypt but still 0 results
I need help re-configuring my servers back to the http redirect from the https redirect of the certificate configuration What are the processes needed to be done in order to turn it back to http redirect? Thanks for your help...