Redirect To Domain Before SSL Is Read
- by Devin Dixon
I had to switch servers and I want to redirect all SSL urls to the non-ssl site. The problem I am running into is the https site still throws invalid certificate error even through apache has the redirect implemented.
<VirtualHost *:443>
ServerAdmin webmaster@dummy-host2.example.com
DocumentRoot /data/sites/www.example.com/main/
…