Forum Moderators: phranque
[edited by: jdMorgan at 5:53 pm (utc) on Jul 10, 2010]
[edit reason] example.com [/edit]
I would like to redirect requests for the url
http://example.com/booking/
to
http://www.example.com/booking/
RewriteCond %{HTTP_HOST} !^(www\.example\.com)?$ [NC]
RewriteRule ^booking(/.*)?$ http://www.example.com/booking$1 [R=301,L]