
RewriteEngine on

RewriteCond %{HTTP_HOST} ^animallimousine\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.animallimousine\.com$
RewriteRule ^/?$ "http\:\/\/caninecompanionandconcierge\.com\/pet\-taxi\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^animallimousine\.johnnyunderscore\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.animallimousine\.johnnyunderscore\.com$
RewriteRule ^/?$ "http\:\/\/caninecompanionandconcierge\.com\/pet\-taxi\/" [R=301,L]

