> Example: > > www.foo.com/bar/* > > should all go to: > > www.baz.com > > I tried: > > Redirect 301 /var/www/bar/ http://www.baz.com/ > > but that tries to redirect to: > > http://www.baz.com/bar/ instead of http://www.baz.com > > Any suggestions? This works for me: Redirect permanent /bar/ http://www.baz.com/ Note that I have this in the VirtualHost section of the vhost I'm redirecting from. That might make a difference. Also, its apache 1.3. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://shadowknight.real-time.com/pipermail/tclug-list/attachments/20050720/10bdc5f0/attachment.pgp