Comment 4 for bug 179484

Revision history for this message
Stephan RĂ¼gamer (sruegamer) wrote : Re: phpmyadmin and lighttpd = 404 - Not Found

Dear reporter,

fun part: lighttpd ships a configuration with this as default:

## files to check for if .../ is requested
index-file.names = ( "index.php", "index.html",
                               "index.htm", "default.htm",
                               "index.lighttpd.html" )

so index.php needs to be recognized...mod_alias is enabled by default.

To get the real bug:

1. Read http://trac.lighttpd.net/trac/wiki/DebugVariables
2. Set them to the highest level...
3. Reproduce it
4. Check /var/log/lighttpd/error.log
5. Attach your error logs in this bug.

Thx for your help,

\sh