Access Forbidden error when accessing security page of XAMPP

Try to access the security page of XAMPP (http://localhost/security/) and if you get an Access Forbidden Error then here is a simple solution to get rid of the error message

+ Go to xampp\apache\conf\extra

+ Edit httpd-xampp.conf

+ Change the line

Allow from localhost

to

Allow from 127.0.0.1

+ Save & restart XAMPP server

+ Try http://localhost/security/ again and good luck

Related posts:

Share

About number.0