Dear, the splash page work OK for Windows XP and Windows 7 with IE, but it doesn't work for Android devices. What can I do ??? 2013/8/9 Roberto Carna <robertocarna36@xxxxxxxxx>: > Web page is http protocol and makes a redirect to a public web site. > > With some browsers the redirect is ok but in some others doesn't. > > Are these splash lines ok in my squid.conf file or do I have to add > something else? > > My Squid is 3.1 Debian package. > > Thanks > > 2013/8/9 Amos Jeffries <squid3@xxxxxxxxxxxxx>: >> On 9/08/2013 1:53 p.m., Roberto Carna wrote: >>> >>> Dear, I have implemented a Splash page with Debian 7 + Squid 3.1 as folow: >>> >>> external_acl_type splash_page ttl=60 concurrency=100 %SRC >>> /usr/local/sbin/squid/squid_session -t 7200 -b >>> /var/lib/squid/session.db >>> >>> acl existing_users external splash_page >>> >>> deny_info http://example.com/splash.html existing_users >>> >>> http_access deny !existing_users >>> >>> In some cases depending on the Windows platform and web browser type >>> and version (Firefox, IE, etc.), the splash page works OK but in other >>> cases doesn't at al. >>> >>> Is there any way to implement an univeralñ splash page that work for >>> all Windows + web browser scenarios ??? >> >> >> Note that web page != HTTP protocol. What is the prblem? >> >> Amos