[D-community-commits] r165 - trunk/fai-config-dir/files/etc/apache2/sites-available/debian-community.org

h01ger-guest at alioth.debian.org h01ger-guest at alioth.debian.org
Sat Sep 22 15:47:49 UTC 2007


Author: h01ger-guest
Date: 2007-09-22 15:47:49 +0000 (Sat, 22 Sep 2007)
New Revision: 165

Modified:
   trunk/fai-config-dir/files/etc/apache2/sites-available/debian-community.org/WEBSERVER
Log:
rewrite planet.d-c.o differently

Modified: trunk/fai-config-dir/files/etc/apache2/sites-available/debian-community.org/WEBSERVER
===================================================================
--- trunk/fai-config-dir/files/etc/apache2/sites-available/debian-community.org/WEBSERVER	2007-09-22 15:31:22 UTC (rev 164)
+++ trunk/fai-config-dir/files/etc/apache2/sites-available/debian-community.org/WEBSERVER	2007-09-22 15:47:49 UTC (rev 165)
@@ -5,13 +5,13 @@
 
 	RewriteEngine on
 	RewriteCond %{HTTP_HOST}   planet\.debian-community\.org [NC]
-	RewriteRule ^/(.*)         http://wiki.debian-community.org/planets/en/$1 [R,L]
+	RewriteRule ^/(.*)         http://wiki.debian-community.org/planets/ [R,L]
 
 	RewriteCond %{HTTP_HOST}   planet\.en\.debian-community\.org [NC]
-	RewriteRule ^/(.*)         http://wiki.debian-community.org/planets/en/$1 [R,L]
+	RewriteRule ^/(.*)         http://wiki.debian-community.org/planets/en/ [R,L]
 
 	RewriteCond %{HTTP_HOST}   planet\.de\.debian-community\.org [NC]
-	RewriteRule ^/(.*)         http://wiki.debian-community.org/planets/de/$1 [R,L]
+	RewriteRule ^/(.*)         http://wiki.debian-community.org/planets/de/ [R,L]
 
 	RewriteLog /var/log/apache2/rewrite.log
 	RewriteLogLevel 0




More information about the D-community-commits mailing list