How to redirect a site to external site?

Let’s learn how to redirect a site to external site. The most accurate or helpful solution is served by Stack Overflow.

There are ten answers to this question.

Best solution

How to redirect a site to a new site

I have a site which has pages like this: blabla.com/page/whatever blabla.com/category/whatever blabla.com/about ... How can I redirect each of these to a new domain, like: blabla.net/page/whatever blabla.net/category/whatever blabla.net/about ... ? Using .htaccess

Answer:

Use the Redirect directive: Redirect / http://blabla.net/ This directive automatically preserves anything...

Read more

Alex at Stack Overflow Mark as irrelevant Undo

Other solutions

How do I exclude a specific page of a site from 301 redirect?

I have 301 redirect on my old domain to my new domain, this 301 affect all pages and files on the site. Now, the issue is that for a specific page i do not want to use 301 redirect. So how do i add an exception for this specific page e.g  site .com ...

Answer:

In Apache, you can do this with the following rewrite rule in the .htaccess file: RewriteEngine On RewriteRule...

Read more

Steve Harmeyer at Quora Mark as irrelevant Undo

How can I redirect my Webs site to my mobile site?

I have a Webs.com website and a Wix.com mobile website. I want to figure out how to make it so that if someone goes on my Webs.com site on their phone, it will automatically redirect them to my Wix.com mobile site. I think I got the code. HTML, right...

Answer:

No.... You need a php script which detects whether or not they're using a mobile device, the most popular...

Read more

Tom at Yahoo! Answers Mark as irrelevant Undo

How do I set up a redirect URL to another site in Tumblr pages?

Tumblr updated their admin area and it looks likes they removed the redirect URL option on pages. I checked on different themes and the option isn't there anymore. Is there another way to redirect a URL directly to another site?

Answer:

Tumblr has added the redirect option again. Seems like it was just a temporary change during their updates...

Read more

Isabella Bellini at Quora Mark as irrelevant Undo

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...

Read more

IS64QV7W7L22KEUXBMW6NZLQRQ at Yahoo! Answers Mark as irrelevant Undo

How should I setup a site for maximum SEO/findability when my site has 2 domain names pointing to it, say 'Melvyns.com' and 'MelvynsWidgets.com'? 5/13/2013 Update: I want to make one of the URLs a 301 redirect--but which one...or does it not matter?

'MelvynsWidgets.com' is obviously better for widget-oriented SEO, but 'melvyns.com' is obviously better for users trying to remember and type your site name in their browser. So how do I coordinate the use of the 2 domain names?  For example, should...

Answer:

I am not an expert on this, but I don't think Google likes having 2 domain names pointing to the same...

Read more

John Kenney at Quora Mark as irrelevant Undo

How redirect non-www to www site?

I have WordPress self hosted site that has SSL(not all page but some pages are https which is done by iThemes Security plugin) and now I want to redirect non-www. to www. site to ...show more

Answer:

You are thinking too hard on it. Log into wordpress, go to settings, update the urls to https://www...

Read more

Y2VJSNDVFW3GAP4JYRECYG4CIY at Yahoo! Answers Mark as irrelevant Undo

How can you redirect a URL with the file extenstion from an .aspx site in a node.js + express project?

I have an existing site with the URL of http://www.bruxzir.com/video-bruxzir-zirconia-dental-crown/index.aspx but if someone follows that old link, they need to be redirected to the new link of http://www.bruxzir.com/video-bruxzir-zirconia-dental-crown...

Answer:

I would recommend using http://nginx.com/ for it. From my personal experience, it is always better to...

Read more

Dima Korolev at Quora Mark as irrelevant Undo

How can I set a 301 redirect to the www. directory in htaccess or CPanel for a wordpress site?

How can I set a 301 redirect to the www. directory in htaccess or CPanel for a wordpress site.

Answer:

I agree with Kashif Aziz, as the Redirection plugin is great. But really, if you're only making one...

Read more

Travis Quinnelly at Quora Mark as irrelevant Undo

Answer:

Here is the rewrite rule I use for such scenarios. RewriteEngine On RewriteCond %{HTTP_HOST} ^oldsite...

Read more

Tristan Irwin at Quora Mark as irrelevant Undo

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.