coinroberto sembra che https funziona sappi che attivazione non e istantanea, ci vogliono sempre le 24ore prima che si attivi del tutto. E oltre tutto ho analizzato la pagina principale, e unica cosa che leggo ce solo sito in manutenzione, e dalla sorgente html non ci sono richiami di foto di nessun tipo
Codice HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 4.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="it">
<head>
<style type="text/css" media="screen">
body{font-family: arial,sans-serif;font-size: 76%;
text-align: center;
background: #2e2b2b;
}
/* -------------------------- */
#container_alfa {
width: 800px;
margin: 35px auto;
border: 5px solid #999;
padding: 0 10px;
background: url(images/bodyBk_index.jpg) repeat-x top #ffffff;;
}
#username {
margin: 90px 0px 86px 40px;
}
#box_log {
border: 2px solid #464242;
padding: 5px;
background : #e9e6e0;
}
#box_camb_pass {
border: 2px solid #464242;
padding: 5px;
background : #e9e6e0;
}
#form_log label {color : #2e2b2b;}
#form_camb_pass label {color : #2e2b2b;}
#tasto {
width:100px;
-moz-border-radius : 8px;
-webkit-border-radius : 8px;
background: url(images/tastoBk_index.jpg) center ;
border: 2px groove #00CA65 ;
cursor: pointer;
font: bold 16px/1.3 Georgia, \"Times New Roman\", serif;
font-style: italic;
color:#FFF;
}
#tasto:hover { color: #FFFF66; }
</style>
<script type="text/javascript" src="js/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="js/prova.js"></script>
</head>
<body onload="scriviDiv();document.getElementById('fa1').focus();" >
<div id="container_alfa">
<div id="prova" >
</div>
<br>
<!-- testo 'manutenzione' -->
<div style="position:relative; display: block; "> <p style="position: absolute; top: 280px; left: 130px; font: bold 36px/1.3 italic !important;">
... Sito in fase di manutenzione !!!
</p>
</div>
<table id= "username" style="width: 90%;" border="0" >
<tr>
<td>
<table border="0" width="100%" align="center" style="height:450px;">
<tr>
<td width="25%">
</td>
<td width="36%">
<div id="box_log" style="text-align: center; padding: 15px; display: none;" > <fieldset style="border:1px solid #3c9455;">
<legend style="text-align : left; padding: 5px; color:#3c9455; font-weight:bold">Login</legend>
<table width="100%" border="0" frame="box" bordercolor= "#827f79" style="padding: 5px; font: bold 13px/0.9 Georgia, \"Times New Roman\", serif;" >
<tr align="left">
<td width="35%"><label>Username</label> </td>
<td width="1%">: </td>
<td width="20%">
<input id="fa1" type=text size="10" name="user_log" maxlength="10" value=''>
</td>
</tr>
<tr align="left">
<td><label>Password</label> </td>
<td>: </td>
<td>
<input id="fa2" type="password" value="" name="pass_log" size="10" maxlength="10"/>
</td>
</tr>
</table>
<p style="font-size: 5px;"> </p>
<input id="tasto" type="submit" name="login" value="Login" />
</fieldset>
</form>
</div>
</td>
<td width="25%">
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>
SICURO DI AVER IMPOSTATO BENE LA PAGINA INDEX.HTML E QUELLA PRINCIPALE A MENO CHE TE NON LA CAMMBI?