Phptheadmin on lighttpd gives me a 403 forbidden need help

http-status-code-403lighttpdlocalhost

Whats the problem:

When I goto //localhost/phpmyadmin I get what I would get if I did //localhost/, I'm using both http: and https:.

What did I do, that changed it:

I simply reinstalled lighttpd.

What I have tried:

  • Disabling and re-enabling 50-phpmyadmin.conf, Now I get a "403 – Forbidden" instead.
  • When I goto /phpmyadmin/setup it asks me for a login, Not a clue what it is.
  • Now I'm waiting for someone to help. 🙂 Thanks to anyone with any answers.

Latest Status:

Not working, giving me a "403 – Forbidden".

Best Answer

Make sure that fastcgi and fastcgi-php modules are enabled in lighttpd:

lighty-enable-mod fastcgi
lighty-enable-mod fastcgi-php