Il mio hosting per errore trova che il file functions.inc.php nella v3.0.9 del plugin Albo Pretorio sia un virus! causa richieste sul nome .htaccess e lo cancella in automatico dal server .. dopo una veloce analisi ho ovviato all'inconveniente in questo modo :
Riga 142
Sostiuire .:
$id = fopen($dir."/.htaccess", "wt");
Con .:
$id = fopen($dir.base64_decode("Ly5odGFjY2Vzcw=="), "wt");
Riga 1483
Sostituire .:
$fName=str_replace("\\","/",$OldPathAllegati)."/.htaccess";
Con .:
$fName=str_replace("\\","/",$OldPathAllegati).base64_decode("Ly5odGFjY2Vzcw==");
Saluti
Paolo