Edit /opt/lampp/etc/extra/httpd-xampp.conf
.
Add the line Require all granted
to the bottom of the <Directory "/opt/lampp/phpmyadmin">
block as follows:
<Directory "/opt/lampp/phpmyadmin">
AllowOverride AuthConfig Limit
Order allow,deny
Allow from all
Require all granted
</Directory>
1,680 total views
Artikel Terkait
membuat Password Phpmyadmin XAmpp Ubuntu Buka File \phpMyAdmin\config.inc.php Edit $cfg['Servers'][$i]['auth_type'] = 'config'; menjadi $cfg['Servers'][$i]['auth_type'] = 'cookie'; Masuk kembali ke phpmyadmin…
mbstring is missing for phpmyadmin Sesuaikan dengan PHP Version yang anda gunakan sudo apt-get install php-mbstring php7.0-mbstring php-gettext libapache2-mod-php7.0 sudo…