1
I installed mysql, php and apache good so I restarted all and went to install php my admin until a problem arose at the time of launching the same in the browser it shows the source code, I tried to do what is asked in this tutorial here but it didn’t help, so someone would know how to solve such a problem ? ( English content not found much )
If I start with localhost/phpMyAdmin
error 404 is shown, also created a symbology link as is said in this article here.
Do you have another directory with PHP file and it works? In NGINX you should tell him to use the
php-fpm
, in Apache, as is the case, unless mistaken you must use thephp_admin_flag engine on
see http://askubuntu.com/a/407819– Inkeliz