Questa è la scritta che mi compare:

CGIWrap Error: Execution of this script not permitted

Execution of (xxx.php) is not permitted for the following reason:

Script path contains illegal components

Server Data:

Server Administrator/Contact: [no address given]
Server Name: www.xxx.org
Server Port: 80
Server Protocol: HTTP/1.0
Virtual Host: www.xxx.org

Request Data:

User Agent/Browser: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; it; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12
Request Method: POST
Remote Address: 195.45.99.80
Remote Port: 51813
Referring Page: http://www.xxx.html
-----------------------------------------------------

Questo è lo script di riferimento:

<?php
$username = $_POST['username'];
$password = $_POST['password'];


if ($username == "xxx" && $password == "xxx")
{
echo "<center><h2><font color=#000000>Benvenuto/a nell'area riservata.</font></h2>
<a href=a.html>Clicca qui per continuare.</a></center>"; exit ();
}
elseif ($username == "xxx2" && $password == "xxx2")
{
echo "<center><h2><font color=#000000>Benvenuto/a nell'area riservata.</font></h2>
<a href=a.html>Clicca qui per continuare.</a></center>"; exit ();
}
else
{
echo "<center><h2><font color=#FF0000><h2>Accesso negato.</font></h2>
Le credenziali inserite non risultano valide.
<a href=\"riservata.html\">Clicca qui per tornare al form e reinserire username e password.</a></center>"; exit();
}

?>
------------------------

POTETE AIUTARMI ?

grazie