How to redirect a site to external site?

How to Redirect my site?

  • This Code is not supported on my site, server is apache, Please suggest me how to redirect my site RewriteEngine on RewriteCond %{HTTP_HOST} ^day1markseyforth\.com$ [NC] ...show more

  • Answer:

    The following code is best way to Redirect any required sites. Here's the code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Your Page Title</title> <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you... <BODY> Optional page text here. </BODY> </html> <!-- spaceId: 396545050 -->

IS64QV7W7L22KEUXBMW6NZLQRQ at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

Add this into your .htaccess file RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] Hope it works!

Acetz

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.