<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: TYPO3: 301 redirect pages or tt_news records</title>
	<atom:link href="http://www.typo3-addict.com/2009/11/tt_news-pages-301-redirect/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.typo3-addict.com/2009/11/tt_news-pages-301-redirect/</link>
	<description>For those addicted to TYPO3</description>
	<lastBuildDate>Fri, 02 Jul 2010 22:31:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Google Crawl errors (404)</title>
		<link>http://www.typo3-addict.com/2009/11/tt_news-pages-301-redirect/comment-page-1/#comment-681</link>
		<dc:creator>Google Crawl errors (404)</dc:creator>
		<pubDate>Fri, 02 Jul 2010 22:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3-addict.com/?p=672#comment-681</guid>
		<description>[...] found this from Google, very useful for typo3 users   Typo3 301 Redirections   TYPO3: 301 redirect pages or tt_news records             Reply With Quote [...]</description>
		<content:encoded><![CDATA[<p>[...] found this from Google, very useful for typo3 users   Typo3 301 Redirections   TYPO3: 301 redirect pages or tt_news records             Reply With Quote [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacco van der Post</title>
		<link>http://www.typo3-addict.com/2009/11/tt_news-pages-301-redirect/comment-page-1/#comment-613</link>
		<dc:creator>Jacco van der Post</dc:creator>
		<pubDate>Fri, 12 Mar 2010 12:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3-addict.com/?p=672#comment-613</guid>
		<description>Thanks, I am using Dmitry&#039;s method now, for example the page &quot;hoeveel&quot; has become &quot;hoeveel-heb-ik-nodig&quot;.

Add this in .htaccess :

RewriteCond %{REQUEST_URI} ^/hoeveel/$
RewriteRule .* /hoeveel-heb-ik-nodig/ [L,R=301]
RewriteCond %{REQUEST_URI} ^/hoeveel$
RewriteRule .* /hoeveel-heb-ik-nodig/ [L,R=301]

Because in Google and other sites links are not allways ended with a / I do both:

hoeveel/
hoeveel

gRTz jacco</description>
		<content:encoded><![CDATA[<p>Thanks, I am using Dmitry&#8217;s method now, for example the page &#8220;hoeveel&#8221; has become &#8220;hoeveel-heb-ik-nodig&#8221;.</p>
<p>Add this in .htaccess :</p>
<p>RewriteCond %{REQUEST_URI} ^/hoeveel/$<br />
RewriteRule .* /hoeveel-heb-ik-nodig/ [L,R=301]<br />
RewriteCond %{REQUEST_URI} ^/hoeveel$<br />
RewriteRule .* /hoeveel-heb-ik-nodig/ [L,R=301]</p>
<p>Because in Google and other sites links are not allways ended with a / I do both:</p>
<p>hoeveel/<br />
hoeveel</p>
<p>gRTz jacco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten</title>
		<link>http://www.typo3-addict.com/2009/11/tt_news-pages-301-redirect/comment-page-1/#comment-568</link>
		<dc:creator>Maarten</dc:creator>
		<pubDate>Sun, 01 Nov 2009 11:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3-addict.com/?p=672#comment-568</guid>
		<description>Dmitry&#039;s approach is the best way when it comes to speed but it also is much less fault tolerant. Other that that you would need to know the basics of .htaccess. I suggest the .htaccess redirects only to people who know what they&#039;re doing and test their lines on a dev-server before setting them live! Another example of Dmitry&#039;s approach can be found here: http://www.typo3-addict.com/2009/01/changing-domainname-using-301-moved-permanently/</description>
		<content:encoded><![CDATA[<p>Dmitry&#8217;s approach is the best way when it comes to speed but it also is much less fault tolerant. Other that that you would need to know the basics of .htaccess. I suggest the .htaccess redirects only to people who know what they&#8217;re doing and test their lines on a dev-server before setting them live! Another example of Dmitry&#8217;s approach can be found here: <a href="http://www.typo3-addict.com/2009/01/changing-domainname-using-301-moved-permanently/" rel="nofollow">http://www.typo3-addict.com/2009/01/changing-domainname-using-301-moved-permanently/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Doesburg</title>
		<link>http://www.typo3-addict.com/2009/11/tt_news-pages-301-redirect/comment-page-1/#comment-567</link>
		<dc:creator>Daniel Doesburg</dc:creator>
		<pubDate>Sun, 01 Nov 2009 09:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3-addict.com/?p=672#comment-567</guid>
		<description>As Dmitry Dulepov explains under &quot;Why are TYPO3 redirects bad?&quot; on http://dmitry-dulepov.com/article/redirects-typo3-and-realurl-vs-mod-rewrite.html that it&#039;s much better to redirect in the Apache configuration or the .htaccess file.
Of cource, the bigger the site the more it&#039;s important.</description>
		<content:encoded><![CDATA[<p>As Dmitry Dulepov explains under &#8220;Why are TYPO3 redirects bad?&#8221; on <a href="http://dmitry-dulepov.com/article/redirects-typo3-and-realurl-vs-mod-rewrite.html" rel="nofollow">http://dmitry-dulepov.com/article/redirects-typo3-and-realurl-vs-mod-rewrite.html</a> that it&#8217;s much better to redirect in the Apache configuration or the .htaccess file.<br />
Of cource, the bigger the site the more it&#8217;s important.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
