4
Inside the folder c: wamp alias phpmyadmin.conf there is the line below to free phpmyadmin access for all machines in the network:
<IfDefine APACHE24>
Require all granted
I wonder if there is a way to change to free only by ip, because I’m afraid to leave open that way. I tried so but it was a mistake and the apache did not go up:
<IfDefine APACHE24>
Require local, 192.168.200.71
Thank you
Exactly that, thank you very much!
– Diego