hey guys, i need to forward: mysite.com >>>mysite.net how to do it? Help aprecciated asap, it´s a forum and downtime...
Put a java script for redirection on mysite.com. The kind that say, "click here if it doesn't redirect in 5 seconds"
Make a .htaccess file on mysite.com. Then add the following code on the .htaccess file. RewriteEngine On RewriteCond %{HTTP_HOST} . RedirectMatch permanent ^/$ http://www.mysite.net
Dont use JS and .htaccess if you not familiar with them try this and use simple html code Place the following HTML redirect code between the <HEAD> and </HEAD> tags of your HTML code. <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/"> The above HTML redirect code will redirect your visitors to another web page instantly. The content="0; may be changed to the number of seconds you want the browser to wait before redirecting.
This problem was solved with cpanel thanks guys, rep´s added; now, i´ve got another one , but i´ve already started a new thread for that.