I want http://combiboland.info/ to redirect to http://combiboland.hopto.org/ I dont think Im following the right steps (first time forwarding a domain, usually just DNS it) So can some tell me the right steps This is godaddy
FTP to the combiboland.info root directory. If a file called .htaccess exists: Download it. Edit the .htaccess file using notepad or an equivalent text editor. Append the following lines to the end of the file: RewriteEngine On RewriteRule ^(.*)$ http://combiboland.hopto.org/$1 [R=301,L] Note: Only add the RewriteEngine On line if it doesn't already exist. Save the file. (Do not change the name!) FTP to the combiboland.info root directory. Upload the .htaccess file to the combiboland.info root directory. Test the redirect. If the .htaccess file does not exist: Launch notepad (or a similar utility to create a text file). Populate the text file with the green text below: RewriteEngine On RewriteRule ^(.*)$ http://combiboland.hopto.org/$1 [R=301,L] Save the file as .htaccess FTP to combiboland.info root directory. Upload the .htaccess file to the combiboland.info root directory. Test the redirect.