ni ane baru install lampp di lepi ane
cuman waktu di localhost/phpmyadmin nya malah keluar pesan berikut:
- Spoiler:
terus cari sana sini dapat juga
-----------------------------------------------
Oke, beberapa waktu yang lalu XAMPP for linux telah merilis versi terbarunya yaitu 1.8.0. Setelah diinstall, ternyata “localhost/phpmyadmin” tidak bisa diakses karena beberapa alasan keamanan. Setelah mengetahui ternyata ada ERROR 403 dan Acces Forbidden , saya googling di linux ku dan ternyata dapat “problem solving”-nya.
Ketika XAMPP di nyalakan kemudian masuk ke localhost/phpmyadmin terdapat pesan seperti di bawah ini :
Access forbidden!
New XAMPP security concept:
Access to the requested object is only available from the local network.
This setting can be configured in the file “httpd-xampp.conf”.
If you think this is a server error, please contact the webmaster.
Error 403
localhost
Apache/2.4.3 (Unix) OpenSSL/1.0.1c PHP/5.4.7
Kalo dapat masalah seperti ini maka solusinya seperti di bawah ini :
Buka terminal kesayangan anda.
Kemudian bukalah file httpd-xampp.conf yang tempatnya berada di /opt/lampp/etc/extra/httpd-xampp.conf
Kemudian carilah kode seperti di bawah ini :
<Directory “/opt/lampp/phpmyadmin”>
AllowOverride AuthConfig Limit
Order allow,deny
Allow from all
</Directory>
4. Setelah dapat kode seperti diatas maka tambahkan “Require all granted” di bawah “Allow from all”
- Spoiler:
5. restart xampp “sudo /opt/lampp/lampp restart” di terminal.
6. terus buka deh
[You must be registered and logged in to see this link.]Sekian, Semoga bermanfaaat.