Stellow
C++/C#/PHP/LUA
(First question is your mysql root password, leave the second black to make a random PMA password, and in the list remember to select "lighttpd").
I only down with keyboard and press enter, so when i try to enter in phpmyadmin apeear
... how can i fix that?404 - Not Found
I tried to remove phpmyadmin and install again, but didnt ask to choose between lighttpd or apache2, so, continue without lighttpd selected, and phpmyadmin 404 - Not Found
Edit:
Solved: Ok I used:
and it fixed the 404 error but caused problem 2 below.sudo ln -s /usr/share/phpmyadmin /var/www/phpmyadmin
Problem 2:
but now I get a "403 - Forbidden" message instead of 404 :S
and i tried:
Solved: This is the fix for the 403 error. Thanks to Slain (Works):
Originally Posted by Slain
type this in command prompt..
gksudo nautilus
then click file system then var folder, right click on www folder..click properties, click permissions, change it all to read + write, the second one should be your username..then click on the do this for all files in it too. done.
if that dont work type cd /var
then type chmod 777 -R www
But dont work, keep the error 403
Last edited: