Sorry about all the questions . . .

On my backend I want to redirect domain.com to www.domain.com

I see Host: domain.com in both the RX and TX sections of the log . . . but
the redirect isn't getting triggered.

The backend is Apache, and the redirect directives are routine.

  RewriteCond %{HTTP_HOST} ^domain.com$ [NC]
  RewriteRule ^(.*)$ http://www.domain.com$1 [R=301,L]

Am I missing something?

John
_______________________________________________
varnish-misc mailing list
varnish-misc@projects.linpro.no
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to