![Smile [:)]](http://www.megalab.it/forum/images/smilies/smile.gif)
posseggo un firewall D-link DFL-800, ho abilitato l'autentificazione utente da web in modo che qualsiasi pc che sia collegato alla lan possa navigare solo se ha un account abilitato alla navigazione web immettendo nome utente e passw.
Vorrei fare una modifica "se possibile" in modo che una volta che l'utente si sia autentificato correttamente venga rendirizzato alla propria home page impostata sul browser
Attualmente una volta che l'utenza è stata riconosciuta compare una finestra che da l'ok ed è la seguente : (spero di non fare un casino)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Logged in</title>
<style type="text/css">
body, table { font-family:verdana; font-size: 8pt; line-height: 11pt;}
h3 { font-size: 13pt; }
</style>
</head>
<!--
LoginSuccess.html is displayed when a user successfully
authenticates.
For form-based username/password authentication, this is the
result of posting the correct credentials to "/logonuser/".
For HTTP basic auth, this is the result of correctly
authenticating to retreive "/".
For challenge/reponse auth, this is the result of
correctly sending the response to "/challenge/".

<body bgcolor="#DDDDDD">
<table align=center summary=""><tr><td align=center>
<br>
<h3><font color="#FF0000">Autenticazione OK</font></h3>
Ora puoi accedere alle risorse del WEB
<br>
Sistema di sicurezza progettato da <b>KiMiKo1086 </b>
<p>Per amministrare il Firewall cliccare sul seguente Link</p>
<p><b>
<a href="https://IP-Firewall">AMMINISTRAZIONE</a></p>
<p>
<!--
Remember to <a href="/logout/">log out</A> when you are<br>
done accessing the protected resources.<br>

</td></tr></table>
</body>
</html>