ขั้นตอน config XAMPP ให้สามารถเข้าถึงจากเครื่องอื่นได้
Access forbidden!
New 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".
Alias /phpmyadmin "/xampp/phpMyAdmin/"
 <Directory "/xampp/phpMyAdmin">
 AllowOverride AuthConfig Limit
 Order allow,deny
 Require all granted
 Allow from all
 </Directory>