Posts by Gustavo Dionisio • 11 points
1 post
-
1
votes1
answer72
viewsA: AWS : Error installing php Myadmin
Try using the following commands: sudo apt-get install libapache2-mod-php7.0 sudo apt-get install php7.0-mbstring And then: sudo service apache2 restart I hope it works…