I am trying to create an ISAPI redirect to forward users from a subdomain onto the domain page
The structure that i am trying to achieve is:
siteadmin.domain.co.uk forwarding to
www.domain.co.uk/adminThe rule i have created that doesnt appear to work is:
RewriteCond %{
HTTP:Host} ^domain\.co\.uk$ [NC]
RewriteRule (.*)
http://www.domain.com/$1 [NC,R=301]
I am new to this, and any help would be gratefully appreciated!
Start Free Trial