Comment 3 for bug 300566

Revision history for this message
David Gauchard (d-a-v) wrote :

Exactly the same problem here.

It works with redirectmatch (thanks google).
I don't know if the <Directory.../Directory> stuff is mandatory

Alias /bugzilla3 /usr/share/bugzilla3/web

<Directory /cgi-bin/bugzilla3/>
    AddHandler cgi-script .cgi
    Options +Indexes +ExecCGI
    DirectoryIndex index.cgi
    AllowOverride Limit
</Directory>

RedirectMatch ^/cgi-bin/bugzilla3[/]*$ /cgi-bin/bugzilla3/index.cgi