Question
Phpmyadmin HTTP Error 500 After complete installation and security login prompts but nothing
I installed the phpmyadmin looking at the digital ocean guide. After completing each step sucessfully the phpmyadmin does show the pop-up at example.com/phpmyadmin after to it there is no reponse when I login it shows HTTP Error 500. I checked the Apache2 log it didn’t showed any error.
So I did reconfiguration of the phpmyadmin still the issue persist out to be same. I also tried installing few php addons as looking at the forum those were php-mbstring php7.0-mbstring php-gettext also they got install and configure still the Phpmyadmin showcased HTTP Error 500 after login. Is the issue related to .htacess ?
The phpmyadmin .htacess has following code
AuthType Basic
AuthName “Restricted Files”
AuthUserFile /etc/apache2/.phpmyadmin.htpasswd
Require valid-user
Just help me out what;s the exact issue which is persisted ?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×