I'm trying to use a .htaccess file to redirect everything from https to normal http (for reasons beyond the scope of this post).
I have tried playing the .htaccess file in the /httpdocs
directory with the content
Redirect / http://mysite.com
and Redirect * mysite.com
(the http:// should be there, but I cannot post it because "new users are limited to posting one link")
but neither of those has worked.
What am I doing wrong?
If it is helpful, I am on CentOS on a normal LAMP stack.
Give this a try: