Forum Moderators: phranque
RewriteEngine on
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} ^subdomain.domain.com$ [NC]
RewriteRule ^ [domain2.com...] [R=301,L]
This is the code I have
#RewriteEngine On
#RewriteBase /
RewriteCond %{HTTP_HOST} ^calendar.tan-pham.com$ [NC]
RewriteRule ^ https://www.google.com/calendar/b/0/embed?src=tanpiphone@gmail.com&ctz=America/New_York&gsessionid=OK [R=301,L]