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

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