Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Localhost or phpMyAdmin not found on server: How to fix?

I followed installation instruction for PHP, MySQL and PHPMyAdmin. But when I tried to access http://localhost/phpmyadmin/, I got this error:

"Not Found The requested URL /phpmyadmin/ was not found on this server.".

Then I tried to access just the localhost, still I got same error.
How can i fix this problem?

I'm using windows 7 (if this problem has something to do with that)

like image 537
Tinker Avatar asked Jan 15 '12 09:01

Tinker


2 Answers

1 sudo nano /etc/apache2/apache2.conf

2 search insert: "Include /etc/phpmyadmin/apache.conf" at the bottom of file. and restart apache2

sudo /etc/init.d/apache2 restart

like image 167
Bakyaraj Avatar answered Oct 17 '22 12:10

Bakyaraj


you just need to delete cookies from your browser

press (ctrl + shift + delete) then

time range to clear : Everything

check -> Cookies then clear now

done.

like image 32
MohitGhodasara Avatar answered Oct 17 '22 12:10

MohitGhodasara