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
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 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 :)
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?
At the moment I'm in the process of setting up a web server, and I'm having some trouble with phpmyadmin. Originally I was getting denied access to it, but now when I put in my localhost/phpmyadmin it's giving me this. Any ideas what I did wrong? haha
I'm running Ubuntu Server 12.04.1, and when installing I choose the OpenSSH, LAMP and Samba options.
I have apache 2.2 with phpmyadmin installed. The installation was successful, after a while I always end up getting 403 forbidden when accessing subdirectories of localhost including phpmyadmin (tried reinstalling everything, turns out good, and eventually got the error again)
I'm working on a multiple virtualhost Environment. I've installed PhpMyadmin for Mysql Remote Control.
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.
I've installed Ubuntu 12.04 LTS Precise a few days ago. I tried installing LAMP Server as I've been done in last four Ubuntu versions, simply by using these commands:
$ sudo apt-get install lamp-server^
$ sudo apt-get install phpmyadmin
First command seems to install all needed packages for LAMP to work. It installs and configures Apache Server, PHP Modules and MySQL server, all in one.