Make XAMPP phpmyadmin be accessible from other network

3:53 AM Hendry 0 Comments

1. Make sure phpmyadmin is not running on port 80 ( Change phpmyadmin port )
2. Navigate to \xampp\apache\conf
2. Open up httpd-xampp.conf
3. On the last section, modify as Require Local to Require gll granted

#
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
#        Require local
Require all granted
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var

</LocationMatch>


4. Setup phpmyadmin security, navigate to \xampp\phpMyAdmin
6. Make sure to enable port forwarding on your router configuration to enable port (both phpmyadmin apache and mysql)