sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf
Restart apache:
sudo /etc/init.d/apache2 restart
That’s it. Let me if you have any doubts in the comment.
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf
Restart apache:
sudo /etc/init.d/apache2 restart
That’s it. Let me if you have any doubts in the comment.
转载于:https://www.cnblogs.com/iamchao/p/3677147.html