Hello everyone,
Sometime ago i blocked some popular social network sites. However, some
users manage to access those sites using sites like atunnel and others.
Since blocking every single proxy site on the web is a invencible task,
i chose to teach the users a little funny lesson, like redirecting then
to durty porn site in front of the others when they tried to access a
known forbidden site, before sending then serious notifications, and
stuff like that.
Researching about how to do that, i just created a acl selecting those
sites, and my failure url is a html file with a javascript code that
sends to another site:
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script>
window.location = "<some_site>";
</script>
</head>
<body>
</body>
</html>
Since rewriter/redirector looked to complicated to me at the time, and
this was a very efficient solution, i leaved in that way.
The question is: what i'm missing using a "dumb" solucion like this one
instead of the rewriter/redirector?
-- *Leonardo de Souza Carneiro* *Veltrac - Tecnologia em Logística.* lscarneiro_at_veltrac.com.br <mailto:lscarneiro_at_veltrac.com.br> http://www.veltrac.com.br <http://www.veltrac.com.br/> /Fone Com.: (43)2105-5601/ /Av. Higienópolis 1601 Ed. Eurocenter Sl. 803/ /Londrina- PR/ /Cep: 86015-010/Received on Tue Aug 11 2009 - 17:34:07 MDT
This archive was generated by hypermail 2.2.0 : Thu Aug 13 2009 - 12:00:03 MDT