Redirecting .com domain to .org, good idea ?

Status
Not open for further replies.

cgworld

Active Member
566
2010
9
0
Hello Guyz
I have my site on a .org domain, i bought the same .com name and i dont know if its a good idea to point the to add my nameservers to that .com domain, will be there any issue with google rank or ???

i dont want to redirect the .org traffic to .com, i just want both of them working ...
 
4 comments
A .htaccess 301 redirect would do it...

Save this as .htaccess and upload
Code:
RewriteEngine On

RewriteRule ^(.*)$ http://domain..org/ [L,NC,R=301]
 
Status
Not open for further replies.
Back
Top