<?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 mod_rewrite enabled in Archive</title>
    <link>https://business.forums.bt.com/t5/Archive/mod-rewrite-enabled/m-p/17076#M12479</link>
    <description>&lt;P&gt;Is mod_rewrite enabled on the BT servers by default ?&lt;/P&gt;&lt;P&gt;Or do I need to ask for it to be enabled?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using htaccess file to try to get a 301 redirect to work using the code below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Options +FollowSymLinks&lt;BR /&gt;RewriteEngine on&lt;BR /&gt;RewriteCond %{HTTP_HOST} ^classroompixie\.com$ [NC]&lt;BR /&gt;RewriteRule ^(.*)$ &lt;A target="_blank" rel="nofollow" href="http://www.classroompixie.com/$1"&gt;http://www.classroompixie.com/$1&lt;/A&gt; [R=301,L]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Trying to redirect &lt;A target="_blank" rel="nofollow" href="http://classroompixie.com"&gt;http://classroompixie.com&lt;/A&gt; to &lt;A target="_blank" rel="nofollow" href="http://www.classroompixie.com"&gt;http://www.classroompixie.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having no joy and am kinda puzzled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the BT advanced web hosting &amp;amp; business essentials package.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone able to offer any suggestions.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Oct 2010 15:35:33 GMT</pubDate>
    <dc:creator>classroompixie</dc:creator>
    <dc:date>2010-10-06T15:35:33Z</dc:date>
    <item>
      <title>mod_rewrite enabled</title>
      <link>https://business.forums.bt.com/t5/Archive/mod-rewrite-enabled/m-p/17076#M12479</link>
      <description>&lt;P&gt;Is mod_rewrite enabled on the BT servers by default ?&lt;/P&gt;&lt;P&gt;Or do I need to ask for it to be enabled?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using htaccess file to try to get a 301 redirect to work using the code below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Options +FollowSymLinks&lt;BR /&gt;RewriteEngine on&lt;BR /&gt;RewriteCond %{HTTP_HOST} ^classroompixie\.com$ [NC]&lt;BR /&gt;RewriteRule ^(.*)$ &lt;A target="_blank" rel="nofollow" href="http://www.classroompixie.com/$1"&gt;http://www.classroompixie.com/$1&lt;/A&gt; [R=301,L]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Trying to redirect &lt;A target="_blank" rel="nofollow" href="http://classroompixie.com"&gt;http://classroompixie.com&lt;/A&gt; to &lt;A target="_blank" rel="nofollow" href="http://www.classroompixie.com"&gt;http://www.classroompixie.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having no joy and am kinda puzzled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the BT advanced web hosting &amp;amp; business essentials package.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone able to offer any suggestions.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2010 15:35:33 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/mod-rewrite-enabled/m-p/17076#M12479</guid>
      <dc:creator>classroompixie</dc:creator>
      <dc:date>2010-10-06T15:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: mod_rewrite enabled</title>
      <link>https://business.forums.bt.com/t5/Archive/mod-rewrite-enabled/m-p/17077#M12480</link>
      <description>&lt;P&gt;it should work by default. I used almost identical code in my .htaccess file and it worked fine. The file was in the public folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mine is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Options +FollowSymLinks&lt;BR /&gt;RewriteEngine on&lt;BR /&gt;RewriteCond %{HTTP_HOST} ^domain.com [NC]&lt;BR /&gt;RewriteRule ^(.*)$ &lt;A target="_blank" rel="nofollow" href="http://www.vaswiki.com/$1"&gt;http://www.domain.com/$1&lt;/A&gt; [L,R=301]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only real difference is I don't have the \ in the HTTP_HOST line.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2010 15:47:48 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/mod-rewrite-enabled/m-p/17077#M12480</guid>
      <dc:creator>dave</dc:creator>
      <dc:date>2010-10-06T15:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: mod_rewrite enabled</title>
      <link>https://business.forums.bt.com/t5/Archive/mod-rewrite-enabled/m-p/17078#M12481</link>
      <description>&lt;P&gt;No idea why but it now works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both the syntax I was using and yours seem to work fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can only conclude that I must of been doing something different before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the super quick response btw.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just wondering how I get my .co.uk url to point at my .com url now , purely for SEO reasons.&lt;/P&gt;&lt;P&gt;As when I ftp to them they both point at the same server space?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2010 16:09:06 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/mod-rewrite-enabled/m-p/17078#M12481</guid>
      <dc:creator>classroompixie</dc:creator>
      <dc:date>2010-10-06T16:09:06Z</dc:date>
    </item>
  </channel>
</rss>

