Problem:
localhost/phpmyadmin
Apache/2.2.22 (Ubuntu) Server at localhost Port 80 Solution:
PhpMyAdmin, by default, writes an alias in a file /etc/phpmyadmin/apache.conf
Open and edit your apache2.conf
sudo gedit /etc/apache2/apache2.conf
Into the file write:
Include /etc/phpmyadmin/apache.conf
Save the file.
Restart your apache.
sudo service apache2 restart
localhost/phpmyadmin
Not Found
The requested URL /phpmyadmin was not found on this server.Apache/2.2.22 (Ubuntu) Server at localhost Port 80 Solution:
PhpMyAdmin, by default, writes an alias in a file /etc/phpmyadmin/apache.conf
Open and edit your apache2.conf
sudo gedit /etc/apache2/apache2.conf
Into the file write:
Include /etc/phpmyadmin/apache.conf
Save the file.
Restart your apache.
sudo service apache2 restart
Comments