Page is a not externally linkable
jasimon9 - 3:32 am on Jan 29, 2013 (gmt 0)
One additional question: I had found previously that part of the problem had to do with SSL. I since modified httpd-ssl.conf to contain all the same rewrite rules as in httpd-vhosts.conf. Is this the right way to do that?
I first thought, why not? Then I though, "no, only the SSL related redirects should be in httpd-ssl.conf". Then I thought, but once the browser goes into SSL, it stays in SSL and the rules in httpd-ssl.conf would be needed. So I put them all back, and essentially now they duplicate the rules in httpd-vhosts.conf for the related host.
Is this right?