Captive Portal for Android Phone did not pop up
问题 I used hostapd, dnsmasq and apache2 for implementing the wifi-hotspot with captive portal on my Raspberry Pi 3B+, before I implement this project, I have never get in touch with wifi networks. Hence I search a lot of post on how to implement one. Below is the configuration I used: /etc/apache/apache.conf: # Apple RewriteEngine on RewriteCond %{HTTP_USER_AGENT} ^CaptiveNetworkSupport(.*)$ [NC] RewriteCond %{HTTP_HOST} !^192.168.0.200$ RewriteRule ^(.*)$ http://192.168.0.200/index.html [L,R=302