How can I access from my mobile phone to my XAMPP? (ok)

https://stackoverflow.com/questions/37083052/how-can-i-access-from-my-mobile-phone-to-my-xampp/37430056

Chú ý: Để truy cập được phpmyadmin ở mobile chúng ta thay #Require local thành #Require all

C:\xampp\apache\conf\extra\httpd-xampp.conf

---
Alias /phpmyadmin "C:/xampp/phpMyAdmin/"
<Directory "C:/xampp/phpMyAdmin">
    AllowOverride AuthConfig
    #Require local
    Require all granted
    ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</Directory>
---

Video

https://people.utm.my/shaharil/access-pc-localhost-xampp-server-from-mobile/

Last updated

Was this helpful?