added rewrite rule for typo3 rss feed

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@531 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
sven 2006-10-06 13:45:54 +00:00
parent 096a8ad330
commit a001bc2419
1 changed files with 10 additions and 1 deletions

View File

@ -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