Hello, I just added a parked domain. I cannot figure out how to have my add-on domain url redirect to the new parked domain properly. Let make this simple: I have an add-on domain: http://xxx.com/ I want this whole domain redirect to the newly created parked domain: http://zzz.com/ and make sure to redirect everything, articles, images, etc that previously written in the http://xxx.com/ I don't know how technical I need to say, but what I want to do is cloak http://xxx.com with http://zzz.com doing this to unblock http://xxx.com contents from blacklisted. I am waiting forwards to any suggestion you may have.
there is some html code to redirect the site to google, just replace google with your url and save it as NameOfOLDFile.Extention, e.g index.htm <html> <head> <meta http-equiv="Refresh" content="3;url=http://www.google.com"> </head> <body> <p> This site does not exist please visit google <a href="http://www.google.com">http://www.google.com</a> </p> <p> redirecting to the google in three seconds. </p> <p> If you see this message for more than 3 seconds click above </p> </body> </html> Code (markup):