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>
---
https://people.utm.my/shaharil/access-pc-localhost-xampp-server-from-mobile/


PreviousMẹo hướng dẫn cấu hình SSL trên localhost cho XAMPP full có cả xác thực ssl, https (ok)NextChuyển từ http tới https trong phpmyadmin (ok)
Last updated
Was this helpful?