Mengatasi Masalah New XAMPP Security Concept
Sudah lama saya tidak mengupdate XAMPP pada komputer saya. Namun ketika ingin update XAMPP malah terjadi error. Seperti inilah errornya :
Accesss 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) Open SSL/1.0.1c PHP/5.4.7
Rupanya XAMPP menerapakan konsep keamanan baru yang dimulai sejak XAMPP versi 1.8.0. Untuk mengatasi masalah New XAMPP security concept pada Linux seperti ini caranya :
1) Buka httpd-xampp.conf yang ada pada direktori /opt/lampp/etc/extra/
2) Temukan kata berukut ini : <Directory "/opt/lampp/phpmyadmin">
3) Sekarang tambahkan kalimat Require all granted sebelum </Directory>
4) Sehingga kodenya akan menjadi seperti ini :
<Directory "/opt/lampp/phpmyadmin">
AllowOverride AuthConfig Limit
Order allow,deny
Allow from all
Require all granted
</Directory>
4) Save lalu restart XAMPP anda melalui command terminal /opt/lampp/lampp restart
5) Selesai.
Untuk mengatasi masalah New XAMPP security concept pada Windows hampir sama dengan Linux, seperti ini caranya :
1) Buka httpd-xampp.conf yang ada pada direktori xampppath\apache\conf\extra
2) Temukan kata berukut ini : Allow from ::1 127.0.0.0/8
3) Sekarang tambahkan kalimat Allow from all setelah Allow from ::1 127.0.0.0/8
4) Sehingga kodenya akan menjadi seperti ini :
# Close XAMPP sites here
<LocationMatch "^/(?i:(?:xampp|licenses|phpmyadmin|webalizer|server-status|server-info))">
Order deny,allow
Deny from all
Allow from ::1 127.0.0.0/8
Allow from all
ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
4) Save lalu restart XAMPP anda.
2) Temukan kata berukut ini : Allow from ::1 127.0.0.0/8
3) Sekarang tambahkan kalimat Allow from all setelah Allow from ::1 127.0.0.0/8
4) Sehingga kodenya akan menjadi seperti ini :
# Close XAMPP sites here
<LocationMatch "^/(?i:(?:xampp|licenses|phpmyadmin|webalizer|server-status|server-info))">
Order deny,allow
Deny from all
Allow from ::1 127.0.0.0/8
Allow from all
ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
4) Save lalu restart XAMPP anda.
5) Selesai.
Semoga membantu.
ada cara lainnya ngga bro? ane coba kok masih gagal ya.
ReplyDeletesekalian bro main kemari
http://www.oprekmotore.com/2016/02/01-paket-bore-up-kawahara-62mm-untuk-jupiter-mx-series.html
thanks gan, akhirnya bisa jg
ReplyDeleteThanks bro, genius :D salam kenal ya dari samarinda bro
ReplyDelete