RewriteEngine on
Options +FollowSymLinks
#RewriteRule (.*) http://redroadnetworks.com/$1 [R=301,L]

<IfModule mod_php5.c>
php_flag magic_quotes_gpc off
</IfModule>
RewriteCond %{HTTP_HOST} ^redesupport.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.redesupport.com$
RewriteRule ^/?$ "http\:\/\/www\.redroadnetworks\.com" [R=301,L]
