
RewriteEngine on
AddHandler application/x-httpd-php55 .php
RewriteCond %{HTTP_HOST} ^vote\.humphreyforsenate\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.vote\.humphreyforsenate\.com$
RewriteRule ^/?$ "http\:\/\/vote\.humphreyforsenate\.com\/index\.php\/how\-vote" [R=301,L]

