Signed-off-by: Don Armstrong <don@donarmstrong.com>
[ Mike Gabriel ]
* Load bugs.css file in documentation html pages.
+ * Assure in apache.conf example that documentation html pages get loaded.
-- Don Armstrong <don@debian.org> Wed, 25 Aug 2010 01:57:38 -0700
RewriteRule ^/severity:([^/]+)$ /cgi-bin/pkgreport.cgi?severity=$1 [L,R,NE]
RewriteRule ^/tag:([^/]+)$ /cgi-bin/pkgreport.cgi?tag=$1 [L,R,NE]
# RewriteMap fix-chars int:noescape
+ RewriteCond %{REQUEST_URI} ^/(Access\.html|Developer\.html|Reporting\.html|server-request\.html|server-control\.html|server-refcard\.html).* [NC]
+ RewriteRule .* - [L]
RewriteRule ^/([^/]+)$ /cgi-bin/pkgreport.cgi?pkg=$1 [L,R,NE]
<IfModule mod_perl.c>
<Directory /org/bugs.debian.org/cgi-bin/sql>