Can't find this config

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

Can't find this config

Postby SunnyLo » 30. January 2018 14:34

I saw this post in the website, http://koim2017.org/dashboard/docs/acce ... otely.html . But I still can't find them '<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">'

This is my config https://hastebin.com/olubavobuh.apache
SunnyLo
 
Posts: 12
Joined: 29. October 2017 14:24
XAMPP version: 3.2.2
Operating System: Windows 10

Re: Can't find this config

Postby Altrea » 30. January 2018 15:50

What do you want to achieve exactly?
Don't rely on old config information.
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 10 Pro x64

Re: Can't find this config

Postby SunnyLo » 30. January 2018 22:12

I want to access the phpmyadmin from a public IP, not only localhost
SunnyLo
 
Posts: 12
Joined: 29. October 2017 14:24
XAMPP version: 3.2.2
Operating System: Windows 10

Re: Can't find this config

Postby Altrea » 30. January 2018 22:54

The related part of the httpd-xampp.conf file is the following:
Code: Select all
    Alias /phpmyadmin "E:/xampp_7.1.9/xampp/phpMyAdmin/"
    <Directory "E:/xampp_7.1.9/xampp/phpMyAdmin">
        AllowOverride AuthConfig
        Require local
        ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
    </Directory>


You need to change the line "Require local" to something else like "Require ip 127.0.0.1 123.123.123.123" (where 123.123.123.123 is your public ip) or "Require all granted" for unrestricted access (which is NOT recommend with the current configuration (Autologon as root).

best wishes,
Altrea
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 10 Pro x64


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 133 guests