301 redirect issue
Posted: Fri Oct 31, 2014 10:02 pm
Hi,
I have set up a .htaccess with a 301 redirect from one of my sites .com.au domain to their .com.hk domain but when going to the .com.au domain I get redirected to a different site on my server. Has anyone come across this issue before?
Here is what I have in the htaccess file
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://domain.com.hk/$1 [R=301,L]
I have set up a .htaccess with a 301 redirect from one of my sites .com.au domain to their .com.hk domain but when going to the .com.au domain I get redirected to a different site on my server. Has anyone come across this issue before?
Here is what I have in the htaccess file
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://domain.com.hk/$1 [R=301,L]