XAMPP 1.7.3, Foxfire Localhost works, Chrome Localhost fails

Problems with the Windows version of XAMPP, questions, comments, and anything related.

XAMPP 1.7.3, Foxfire Localhost works, Chrome Localhost fails

Postby SteveOfLA » 04. August 2010 21:24

Hello all,

I am running XAMPP 1.7.3 (With Apache, MySql, Tomcat and OpenBD. Everything works just fine from
FireFox. But when I try my this URL: http://localhost/phpmyadmin/ in Google Chrome, I get:

XAMPP security concept:

Access to the requested directory is only available from the local network.

This setting can be configured in the file "httpd-xampp.conf".


And the address in my browser now is set to:

http://10.96.26.214/xampp/

My conf\extra\httpd-xampp.conf looks like this:
Code: Select all
#
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
    Order deny,allow
    Deny from all
    Allow from ::1 127.0.0.0/8 10.96.26.214/8 localhost \
               fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \
               fe80::/10 169.254.0.0/16

    ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>


My guess is that it is a Google Chrome setting someplace, but I have no idea what?

TIA,

Steve
SteveOfLA
 
Posts: 4
Joined: 04. August 2010 18:53

Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 98 guests