r8969 - /website/qa/.htaccess

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Wed Nov 7 15:15:57 UTC 2007


Author: gregoa-guest
Date: Wed Nov  7 15:15:57 2007
New Revision: 8969

URL: http://svn.debian.org/wsvn/?sc=1&rev=8969
Log:
use rewrite instead of redirect -- because the former works

Modified:
    website/qa/.htaccess

Modified: website/qa/.htaccess
URL: http://svn.debian.org/wsvn/website/qa/.htaccess?rev=8969&op=diff
==============================================================================
--- website/qa/.htaccess (original)
+++ website/qa/.htaccess Wed Nov  7 15:15:57 2007
@@ -8,4 +8,5 @@
 AddDescription "WNPP bugs re lib*-perl" wnpp.html
 AddDescription "build logs for packages in testing" buildlogs
 
-Redirect versions.html http://pkg-perl.alioth.debian.org/cgi-bin/qareport.cgi
+RewriteEngine On
+RewriteRule ^versions\.html http://pkg-perl.alioth.debian.org/cgi-bin/qareport.cgi [R]




More information about the Pkg-perl-cvs-commits mailing list