Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 6070  / 3 Years ago, wed, september 8, 2021, 3:19:23

I installed Apache2 and PHP with success, but when I want visit http://localhost/phpmyadmin I got the following error:




Not Found



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



Apache/2.4.7 (Ubuntu) Server at localhost Port 80




How can I fix this, because I need it working before I can continue.





Edit:

Now I have a new error:




Forbidden



You don't have permission to access /phpmyadmin on this server.



Apache/2.4.7 (Ubuntu) Server at localhost Port 80



More From » phpmyadmin

 Answers
6

I did the following to fix it:



sudo apt-get purge phpmyadmin -y


Followed by:



sudo apt-get install phpmyadmin -y


Now I can access http://localhost/phpmyadmin/


[#24868] Thursday, September 9, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lowstonnequ

Total Points: 279
Total Questions: 125
Total Answers: 123

Location: Finland
Member since Sun, Dec 5, 2021
2 Years ago
;