is_numeric
21 Apr 2011, 05: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
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