Comment 6 for bug 179484

Revision history for this message
Wladston Viana (wladston) wrote : Re: phpmyadmin and lighttpd = 404 - Not Found

I finally figured out why the bug happens:

http://localhost/phpmyadmin -> no good
http://localhost/phpmyadmin/ -> works!

Chaning my settings to this :

alias.url = ("/phpmyadmin" => "/usr/share/phpmyadmin")

Fully solved the issue. Please, fix it!!

Thanks,