Answers for "the requested url was not found on this server. apache/2.4.41 (ubuntu) server at 93.95.229.207 port 80 when i m going into phpmyadmin"

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
0

ubuntu Not Found The requested URL was not found on this server. Apache/2.4.41 (Ubuntu) Server at localhost Port 80

Have you tried to:

sudo -H gedit /etc/apache2/apache2.conf
Then add the following line to the end of the file:

Include /etc/phpmyadmin/apache.conf
Then restart apache:

/etc/init.d/apache2 restart
Posted by: Guest on November-17-2021

Code answers related to "the requested url was not found on this server. apache/2.4.41 (ubuntu) server at 93.95.229.207 port 80 when i m going into phpmyadmin"

Browse Popular Code Answers by Language