Page 1 of 1

Make phpmyadmin public

PostPosted: 08. January 2018 11:18
by SunnyLo
I am returning this message when I am not using localhost to join phpmyadmin, what should I do?



Access forbidden!
New XAMPP security concept:

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

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

If you think this is a server error, please contact the webmaster.

Error 403
192.168.8.102
Apache/2.4.29 (Win32) OpenSSL/1.1.0g PHP/7.2.0

Re: Make phpmyadmin public

PostPosted: 08. January 2018 12:00
by Nobbie
This setting can be configured in the file "httpd-xampp.conf".


Did you read that message? Edit httpd-xampp.conf, watch out for phpmyadmin and replace the "Require local" clause by "Require all granted". Restart Apache.

Re: Make phpmyadmin public

PostPosted: 08. January 2018 12:07
by SunnyLo
Nobbie wrote:
This setting can be configured in the file "httpd-xampp.conf".


Did you read that message? Edit httpd-xampp.conf, watch out for phpmyadmin and replace the "Require local" clause by "Require all granted". Restart Apache.


I read it, but I don't know replace what to what

Re: Make phpmyadmin public

PostPosted: 08. January 2018 12:10
by SunnyLo
What should I replace? You said replace "Require local". But replace it with what?

Re: Make phpmyadmin public

PostPosted: 08. January 2018 12:35
by Altrea
Do you have a static LAN/WAN IP you are coming from than you can use
Require ip ip.address

Re: Make phpmyadmin public

PostPosted: 08. January 2018 12:45
by SunnyLo
I have an IP, isuckatwebsite.ddns.net

Re: Make phpmyadmin public

PostPosted: 09. January 2018 12:00
by Nobbie
SunnyLo wrote:What should I replace? You said replace "Require local". But replace it with what?


Are you totally blind?? Read again:

replace the "Require local" clause by "Require all granted"


Once again for your blindness:

replace the "Require local" clause by "Require all granted"


Why cant you see that???