Install xampp di linux udah berhasil, eh kok buka PHP My Admin nggak bisa. Ada tulisan :
Access to the requested object is only available from the local network.
This setting can be configured in the file "httpd-xampp.conf".
Nah..cara mengatasinya gampang kok, itu udah ada clue bahwa kita harus cari httpd-xampp.conf. File nya ada di lampp/etc/extra/httpd-xampp.conf .
Saya tulis stepnya biar enak :
1. Buka file httpd-xampp.conf pakai editor yang kamu sukai, kalau saya sih pakai Gedit
2. Cari baris kode :
Require all granted
Access forbidden!
New XAMPP security concept:
This setting can be configured in the file "httpd-xampp.conf".
Nah..cara mengatasinya gampang kok, itu udah ada clue bahwa kita harus cari httpd-xampp.conf. File nya ada di lampp/etc/extra/httpd-xampp.conf .
Saya tulis stepnya biar enak :
1. Buka file httpd-xampp.conf pakai editor yang kamu sukai, kalau saya sih pakai Gedit
2. Cari baris kode :
3. Lalu tambahkan :
Require all granted
4. Hasilnya jadi :
AllowOverride AuthConfig Limit
Order allow,deny
Allow from all
Require all granted
5. Restart xampp :
./lampp restart
Dan phpmyadmin anda jalan seperti biasanya.
Kalau ada pertanyaan boleh isi dicomment bawah, :D
Semoga bermanfaat
Tidak ada komentar:
Posting Komentar