I don't exactly remember,but try this:
Go to C:/xampp/apache/conf/extra/ and open with a text editor the file "httpd-xampp.conf",then find this(if you've problems to find it,is at the end of the file):
Code:
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Now replace it instead of this code:
Code:
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|licenses|phpmyadmin|webalizer|server-status|server-info))">
(The only thing that i changed in the code is delete security| on the list of LocationMatch).
Tell me if it helps you ;)