PDA

View Full Version : 301 redirect check syntax



is_numeric
21 Apr 2011, 04:52 AM
Hi

can some one check the syntax of this .htaccess 301 redirect please...



RewriteCond %{HTTP_HOST} ^subdomain.domain.com$ [NC]
RewriteRule ^(.*)$ http://www.newSite.com/path/page.asp [R=301,L]


I am looking to redirect from a subdomain to a new site but its not working