[TYPO3-english] cooluri, news rss and multi-domain

J. Schaller jorgosch at terra.es
Wed Aug 11 01:17:34 CEST 2010


On Wed, 11 Aug 2010 00:03:26 +0200, Jan Bednarik <info at bednarik.org>
wrote:

>And, how about you'd set mod_rewrite redirects for these 2? It's much 
>faster ;)


Thanks for the explanation, Jan, makes perfect sense! I tried to apply
my diminuitive mod_rewrite skills and came up with

RewriteEngine On
RewriteCond %{QUERY_STRING} ^type\=100$ [NC]
RewriteRule ^$ /blog1/rss.xml [R=301,L]

which works in sofar as now the query doesn't get redirected to the
other domain, but I get the url

  http://sub1.domain.com/blog1/rss.xml?type=100

What's my error? Help! :P


Cheers,
Jörg


More information about the TYPO3-english mailing list