From 78af8d890b7942dd595991c12312de9999f6f23a Mon Sep 17 00:00:00 2001 From: sven Date: Fri, 6 Oct 2006 14:41:56 +0000 Subject: [PATCH] setting rewritebase git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@533 31f61c52-7bfb-0310-b897-fc00f8a278f0 --- content/.htaccess | 9 --------- content/static/.htaccess | 1 + 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/content/.htaccess b/content/.htaccess index c9e0a587a..4f6e6442c 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -1,11 +1,2 @@ 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 diff --git a/content/static/.htaccess b/content/static/.htaccess index c9e0a587a..1d885ebe5 100644 --- a/content/static/.htaccess +++ b/content/static/.htaccess @@ -2,6 +2,7 @@ DirectoryIndex news.html AddDefaultCharset UTF-8 RewriteEngine On +RewriteBase / # typo3 feed url # http://www.c3d2.de/index.php?id=8&type=334&feed_id=132&no_cache=1