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

J. Schaller jorgosch at terra.es
Thu Aug 12 12:44:41 CEST 2010


On Wed, 11 Aug 2010 22:58:30 +0200, Jan Bednarik <info at bednarik.org>
wrote:

>a bit of googling revealed:
>
>RewriteCond %{QUERY_STRING} dranger=
>RewriteRule (.*) http://www.dranger.com/$1? [R=301]
>which not only stops the query string from being added but removes the 
>single question mark — which is exactly what we wanted!

Thanks for the hint, Jan!
That did not quite work for me, but this did:

RewriteEngine On
RewriteCond %{QUERY_STRING} type=100 [NC]
RewriteRule (.*) /blog1/rss.xml? [R=301,L]

Cheers,
Jörg


More information about the TYPO3-english mailing list