Redirect

Thanks for that

It didn't wotk I'm afraid. In the subdomain folder I have created an .htaccess file with the text you pasted.

Is that correct?
 
Why not add the end of the URL on?

In your subdomain's folder create an .htaccess file with this in (mod_rewrite > mod_alias, Beany :mad:)

Code:
RewriteEngine On
RewriteRule (.*) http://domain.co.uk/$1 [R=301,QSA]
 
Are you running Apache, and are you double double triple sure you're uploading a file named exactly ".htaccess" as Windows sometimes gets in a bit of a fit with the name :)
 
Back
Top Bottom