> Hmm ... it worked for me. Did you restart Apache? And how does your 
> Vhost container for that site look? Maybe there are changes in it 
> which now cause problems.

apache has been restarted. nothing in the site.include and the container looks
simple and clean. send me what your vhost to compare.

it looks like a loop. here are the redirects. same for both port 80 and 443.

curl https://www.domain.com/
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://www.domain.com:443/";>here</a>.</p>
<hr>
<address>Apache Server at www.domain.com Port 443</address>
</body></html>

curl https://www.domain.com:443/
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://www.domain.com:443/";>here</a>.</p>
<hr>
<address>Apache Server at www.domain.com Port 443</address>
</body></html>
_______________________________________________
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx

Reply via email to