Thursday 14 November 2013

Error install Xampp di local host

 Pernahkan anda mengalami seperti ini di lan
 
 
Ini solusinya.
 
in your-xampppath\apache\conf\extra
open file= httpd-xampp.conf
and fint the below tag
 
 
 
# Close XAMPP sites here

    Order deny,allow
    Deny from all
    Allow from ::1 127.0.0.0/8 
    ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
 
 
 
and add
"Allow from all" after Allow from ::1 127.0.0.0/8 {line}
restart xampp and you are done !!!!

Masih belum bisa juga,

Ini bisa di coba

Solution:
Edit /opt/lampp/etc/extra/httpd-xampp.conf
Find -


add this line: Require all granted

Should look about like this:

Code: Select all
# since XAMPP 1.4.3

    AllowOverride AuthConfig Limit
    Require all granted
    Order allow,deny
    Allow from all
 
 
 
Selesai
 

No comments:

Post a Comment

Silahkan tinggalkan Komentar anda di sini ...!!!