【Xampp】Accessing Localhost Xampp on another devices over Lan Network
Xampp - Access to Xampp phpMyAdmin from another device
How to - Access Localhost Xampp on another devices over LAN Network
In this post will shows you how to allow access for localhost Xampp phpMyAdmin on another devices over Lan network, by default Xampp another devices will not able to access.
Table of - Content
1 - Go to your XAMPP Control Panel.
First open up you XAMPP control panel, after you have open click on Apache > Config button > Apache(httpd-xampp.conf)
From
To
2 - Search inside httpd-xampp.conf.
Find for the block of code shows at From Screenshot and replace the Require Local to Require all granted, and save and Restart your Xampp Control Panel or Stop the process and start again.
3 - Result.
After you have save with Require all granted, you will now able access to the phpMyadmin from another device.