My problem is if i run
http://localhost/phpmyadmin
it doesn't work but if i run
http://localhost/phpmyadmin/index.php
it will work. Is there is something i have missed while configuring phpmyadmin, secondly how do i configure http://localhost/phpmyadmin/index.php path to work on http://localhost/phpmyadmin. Thanks
I am trying to completely remove apache + phpmyadmin + php from my Ubuntu operating system. For phpmyadmin i tried
sudo apt-get autoremove phpmyadmin
but the files were still in the /etc/ folder.
Hi All,
I just installed lginx and phpmyadmin on my ubuntu 12.04 after which I tried to configure phpmyadmin to work with lginx with some online guide.
http://rubyist-journal.com/2010/02/2...hortest-setup/
On entering localhost/phpmyadmin in the address bar in my browser it displays
welcome to nginx
How can I access the phpmyadmin platform?
I had install phpmyadmin, using this:
sudo apt-get install phpmyadmin
after that, I wrote in URL:
http:/localhost/phpmyadmin
But it won't work. NOT FOUND, this error appear, so what to do? Any solution would be advisable :)
I am a total newbie and has seen lots of tutorials on the net but still can't solve my problems.
I installed LAMP+PHPMyAdmin the following way: sudo apt-get install lamp-server^ phpmyadmin
Here are my issues:
1) I need to change my document root. I need to set it to /data/WWW. I tried the "ln" function, it creates a shortcut but when I access http://localhost it gives me 403 error.
I have installed LAMP on ubuntu 12.10, and I want to acced PhpMyAdmin, and I don't know it's URL.
I tried to access this URL : http://localhost/phpmyadmin
But I got this problem :
Not Found
The requested URL /phpmyadmin was not found on this server.
Apache/2.2.22 (Ubuntu) Server at localhost Port 80
And this the instructions I've followed to install lamp:
http://www.howtoforge.c
I have a http://domain/ . The LAMP installation guide on the ubuntu site is incredibly easy to follow and I have only experienced my issue this one time...
when I navigate to domain/phpmyadmin I'm getting my sites homepage. My .htaccess file has ErrorDocument 404 / which is redirecting it. I'm not sure what I should check to fix this.
Just installed phpmyadmin on a fresh install of 12.04 server. However when I tried to go to the web interface I just got a 404 error.
After a bit of ferreting around I realised that the .conf file (/etc/phpmyadmin/apache.conf) had not been copied to /etc/apache2/conf.d/phpmyadmin.conf.
I messed up my phpmyadmin, I haven't logged in, in phpmyadmin, in a while, and as a result i forgot my password, so i purged it like so: sudo apt-get purge phpmyadmin.
I did get some error messages asking for my password but i forgot that, so i just pressed ignore, after that i installed phpmyadmin again like so: sudo apt-get install phpmyadmin. This time i wont be forgetting my password.