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

-- 
Need to setup apache2 configuration after installing bugzilla3
https://bugs.launchpad.net/bugs/300566
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/universe-bugs

Reply via email to