I wanted to see if it was possible using an .htaccess to redirect page requests from the https address to the http version. So
https://www.example.com/page would instead go to
http://www.example.com/page.
I have tried many proposed solutions without success. The site does not have an SSL in place, so I don't know if that means it won't work without it, or if I'm doing something wrong.