Sorry about all the questions . . .<br><br>On my backend I want to redirect <a href="http://domain.com">domain.com</a> to <a href="http://www.domain.com">www.domain.com</a><br><br>I see Host: <a href="http://domain.com">domain.com</a> in both the RX and TX sections of the log . . . but the redirect isn't getting triggered.<br>
<br>The backend is Apache, and the redirect directives are routine.<br><br>  RewriteCond %{HTTP_HOST} ^<a href="http://domain.com">domain.com</a>$ [NC]<br>  RewriteRule ^(.*)$ <a href="http://www.domain.com">http://www.domain.com</a>$1 [R=301,L]<br>
<br>Am I missing something?<br><br>John<br><br>