Bug 14183

Summary: [FR] mod_rewrite for /$bugid
Product: Infrastructure Reporter: Michael Shigorin <mike>
Component: bugzilla.altlinux.orgAssignee: Mikhail Gusarov <dottedmag>
Status: CLOSED FIXED QA Contact: Mikhail Gusarov <dottedmag>
Severity: enhancement    
Priority: P2 CC: mike, php-coder
Version: unspecified   
Hardware: all   
OS: Linux   
URL: http://www.faqs.org/docs/bugzilla/patches.html
Bug Depends on: 13559    
Bug Blocks:    

Description Michael Shigorin 2008-01-27 18:23:01 MSK
Хорошо бы ещё

<VirtualHost 12.34.56.78>
RewriteEngine On
RewriteRule ^/([0-9]+)$ http://foo.bar.com/show_bug.cgi?id=$1 [L,R]
</VirtualHost>
Comment 1 Mikhail Gusarov 2008-01-27 18:34:39 MSK
После апгрейда.
Comment 2 Mikhail Gusarov 2008-06-02 14:28:47 MSD
Сделал на тестовой инсталляции

/12345 -> баг #12345
/компонент -> все баги на компонент в Сизифе
/4.0/компонент -> все баги на компонент в branch/4.0
/4.1/компонент -> все баги на компонент в branch/4.1 (yet to be created)
Comment 3 Michael Shigorin 2008-06-04 01:14:04 MSD
Ай спасибо, работает ;-)
Comment 4 Mikhail Gusarov 2008-06-13 14:23:02 MSD
Сделано.
Comment 5 Michael Shigorin 2008-06-14 12:17:03 MSD
TNXe6