<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: 301 redirect in Archive</title>
    <link>https://business.forums.bt.com/t5/Archive/301-redirect/m-p/30209#M13556</link>
    <description>&lt;P&gt;Probably your best bet would be a text file in your root named .htaccess with the below text:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Redirect / &lt;A href="http://www.domain.com/file.ext" target="_blank"&gt;http://www.domain.com/file.ext&lt;/A&gt;&lt;/FONT&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with http://etc replaces with wherever you want the domain to end up at. You may need to specify a file to redirect, so with this type of code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Redirect /index.html &lt;FONT size="2"&gt;&lt;A href="http://www.domain.com/file.ext" target="_blank"&gt;http://www.domain.com/file.ext&lt;/A&gt;&lt;/FONT&gt;﻿﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try those two out or different variations of htaccess files, they should all work.&lt;/P&gt;</description>
    <pubDate>Sun, 18 Sep 2011 02:13:17 GMT</pubDate>
    <dc:creator>duskjome</dc:creator>
    <dc:date>2011-09-18T02:13:17Z</dc:date>
    <item>
      <title>301 redirect</title>
      <link>https://business.forums.bt.com/t5/Archive/301-redirect/m-p/30079#M13555</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Would anyone be able to help with 301 permanent redirect please.&lt;/P&gt;&lt;P&gt;I know i can use url redirect, but I am looking how to permanently redirect mydomain.co.uk to &lt;A href="http://www.mydomain.co.uk" target="_blank"&gt;www.mydomain.co.uk&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I would like to do this after configuring prefered domain in google.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Boran&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2011 13:41:07 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/301-redirect/m-p/30079#M13555</guid>
      <dc:creator>boran</dc:creator>
      <dc:date>2011-09-13T13:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: 301 redirect</title>
      <link>https://business.forums.bt.com/t5/Archive/301-redirect/m-p/30209#M13556</link>
      <description>&lt;P&gt;Probably your best bet would be a text file in your root named .htaccess with the below text:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Redirect / &lt;A href="http://www.domain.com/file.ext" target="_blank"&gt;http://www.domain.com/file.ext&lt;/A&gt;&lt;/FONT&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with http://etc replaces with wherever you want the domain to end up at. You may need to specify a file to redirect, so with this type of code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Redirect /index.html &lt;FONT size="2"&gt;&lt;A href="http://www.domain.com/file.ext" target="_blank"&gt;http://www.domain.com/file.ext&lt;/A&gt;&lt;/FONT&gt;﻿﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try those two out or different variations of htaccess files, they should all work.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2011 02:13:17 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/301-redirect/m-p/30209#M13556</guid>
      <dc:creator>duskjome</dc:creator>
      <dc:date>2011-09-18T02:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: 301 redirect</title>
      <link>https://business.forums.bt.com/t5/Archive/301-redirect/m-p/30535#M13557</link>
      <description>&lt;P&gt;Hi Boran,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you need to move a page or a whole website, a 301 redirect is always recommended. If you just change a file name or delete a page, you my lose search engine rankings that were associated with the old page. By using a 301 redirect, you tell search engines and humans where to find the new page.&lt;/P&gt;&lt;P align="left"&gt;Avoid using a meta refresh tag as this is a technique used by search engine spammers to rank well for certain keyphrases that are totally irrelevant from the page redirected to. Many search engines filter out the meta refresh tag, so it is not a search engine friendly option.&lt;FONT size="2" face="Verdana"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;So, how do you do a 301 Redirect? It's actually quite simple on a website using a Unix server:&lt;/P&gt;&lt;P&gt;1. Locate or create a .htaccess file on your server. Your .htaccess file gives search engine robots instructions on security and redirects.&lt;/P&gt;&lt;P&gt;2. If you don't have an .htaccess file on your server, you can easily create one using a text file. Name it ".htaccess"&lt;/P&gt;&lt;P&gt;3. If there is already an .htaccess file scroll down past the code that is already there and begin your new redirect instructions.&lt;/P&gt;&lt;P&gt;4. Put in your redirect information, which should look like this:&lt;/P&gt;&lt;P&gt;redirect 301 /directory/file.html &lt;A target="_blank" href="http://www.domainame.com/directory/file.html"&gt;http://www.domainame.com/directory/file.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;*Note: The first part "/directory/file.html" is the location of the file being moved and the second part&amp;nbsp; "&lt;A target="_blank" href="http://www.domainame.com/directory/file.html"&gt;http://www.domainame.com/directory/file.html&lt;/A&gt;" is where the file is being moved.&lt;/P&gt;&lt;P&gt;5. Upload the file to your server.&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marcella Hughes&lt;/P&gt;&lt;P&gt;CHI-Premier &lt;A target="_self" href="http://www.chipremier.com"&gt;Software IT Support&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2011 08:13:40 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/301-redirect/m-p/30535#M13557</guid>
      <dc:creator>marcellarhughes</dc:creator>
      <dc:date>2011-09-29T08:13:40Z</dc:date>
    </item>
  </channel>
</rss>

