Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Reference Link
- -----------------
- https://stackoverflow.com/questions/5524116/accessing-localhost-xampp-from-another-computer-over-lan-network-how-to
- https://stackoverflow.com/questions/16813138/how-connect-to-phpmyadmin-from-other-hosts
- Step 1 : Open XAMPP Controller
- Step 2 : Apache > Config > httpd-xampp.conf
- Step 3 :
- <Directory "C:/xampp/phpMyAdmin">
- Options Indexes FollowSymLinks MultiViews
- AllowOverride all
- #Require local
- ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
- Require all granted
- #Allow from 127.0.0.1 // User For Specific IP To Access
- #Allow from localhost ::1 127.0.0.1
- </Directory>
- Step 4 : Save File And Restart Apache.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement