On Sat, 11 Dec 2004, Gerald Pfeifer wrote: >>> http://gcc.gnu.org/cgi-bin/cvsweb.cgi/old-gcc/PROBLEMS?annotate=1.1 >> The thing matching "PR" must be a little overzealous :) > Yup. I think I know how to fix this and hope to do it in the next few > days (after some other technical issues have been clarified).
Fixed now, with the following change to httpd.conf. (I believe we actually might be able to remove the Rewrite... stuff.) Sorry for the delay, various things happened in between... Gerald # Support short URLs for referring to PRs. RewriteCond %{QUERY_STRING} ([0-9]+)$ - RewriteRule PR http://gcc.gnu.org/bugzilla/show_bug.cgi?id=%1 [R] + RewriteRule ^PR http://gcc.gnu.org/bugzilla/show_bug.cgi?id=%1 [R] RedirectMatch ^/PR([0-9]+)$ http://gcc.gnu.org/bugzilla/show_bug.cgi?id=$1 include /etc/httpd/conf/spamblock