Typing:
will install everything you need and will start the apache server with support for PHP.
To verify that the php module is loaded, type:
if not enabled, then load with:
and restart apache:
Update for php7.0, tested on Ubuntu 16.04 and 16.10
Thanks to the comments, I update the answer for php7.
Install:
Verify:
Load:
Restart apache:
|
The requested URL /phpmyadmin was not found on this server. Apache/2.4.18 (Ubuntu) Server at localhost Port 80
Hi dudes, I'm getting Not Found error, when i hit a http://localhost/phpmyadmin/ url, but i my system php, mysql & apache2 is already installed still i'm getting this error When i do this following step, the error get fixed. Do the following steps & Enjoyπππ
πππ You need to configure your apache2.conf to make phpMyAdmin work. For more detail Please read this section in Ubuntu wiki. open a termianl and run gksu 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
Comments
Post a Comment