Answers for "not found the requested url was not found on this server. apache/2.4.52 (ubuntu) server at localhost port 80"

0

the requested url was not found on this server. apache/2.4.41 (ubuntu) server at port 80

sudo -H nano /etc/apache2/apache2.conf

add the following line at the end of the file
Include /etc/phpmyadmin/apache.conf

then restart the apache2
sudo systemctl restart apache2
Posted by: Guest on June-28-2021

Code answers related to "not found the requested url was not found on this server. apache/2.4.52 (ubuntu) server at localhost port 80"

Browse Popular Code Answers by Language