diff --git a/content/.htaccess b/content/.htaccess index b1dae42e0..c9e0a587a 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -1,2 +1,11 @@ -DirectoryIndex news.xml +DirectoryIndex news.html AddDefaultCharset UTF-8 + +RewriteEngine On + +# typo3 feed url +# http://www.c3d2.de/index.php?id=8&type=334&feed_id=132&no_cache=1 +RewriteCond %{QUERY_STRING} (^|&)id=8(&|$) +RewriteCond %{QUERY_STRING} (^|&)type=334(&|$) +RewriteCond %{QUERY_STRING} (^|&)feed_id=132(&|$) +RewriteRule index.php news-rss.xml