RewriteEngine On # bugmail footer RewriteRule ^/e$ /userprefs.cgi?tab=email [R,L] RewriteRule ^/s$ /userprefs.cgi?tab=subscriptions [R,L] RewriteCond %{QUERY_STRING} product=ALT%20Linux%20Sisyphus RewriteRule ^/enter_bug\.cgi /? [R,L] RewriteRule ^/([0-9]+)$ /show_bug.cgi?id=$1 [R,L] RewriteRule ^/([0-9a-zA-Z_-]+)$ /buglist.cgi?component=$1&product=Sisyphus [R,L] RewriteRule ^/4\.0/([0-9a-zA-Z_-]+)$ /buglist.cgi?component=$1&product=Branch\ 4.0 [R,L] RewriteRule ^/4\.1/([0-9a-zA-Z_-]+)$ /buglist.cgi?component=$1&product=Branch\ 4.1 [R,L] RewriteMap logo rnd:/var/www/vhosts/bugzilla.altlinux.org/logo.txt RewriteRule /skins/standard/index/logo.jpg /skins/standard/index/${logo:logo} Header set Cache-Control no-cache