Mi sembrava di aver cambiato i percorsi. vi posto il config.php con le pass coperte così magari riuscite a dirmi qualcosa...ho notato che anche i file su docman del sito non si scaricano più anche se vengono visualizzati. Per quanto riguarda i login non credo sia un problema di cache anche perchè altri utenti mi hanno sengalato che non riescono ad effettuare il login. httpdocs è la cartella dove dicono di inserire tutti i file di joomla non so se bisogna mettere dei percorsi diretti o relativi...cosa ne pensate ?
<?php
class JConfig {
var $offline = '0';
var $editor = 'tinymce';
var $list_limit = '20';
var $helpurl = '
http://help.joomla.org';
var $debug = '0';
var $debug_lang = '0';
var $sef = '0';
var $sef_rewrite = '0';
var $sef_suffix = '0';
var $feed_limit = '10';
var $secret = 'fGa0EORZKchkVJ4J';
var $gzip = '0';
var $error_reporting = '-1';
var $xmlrpc_server = '0';
var $log_path = '/var/www/virtual/renatomaestro.org/httpdocs/logs';
var $tmp_path = '/var/www/virtual/renatomaestro.org/httpdocs/tmp';
var $live_site = '
http://www.renatomaestro.org';
var $force_ssl = '0';
var $offset = '2';
var $caching = '0';
var $cachetime = '15';
var $cache_handler = 'file';
var $memcache_settings = array();
var $ftp_enable = '0';
var $ftp_host = '127.0.0.1';
var $ftp_port = '21';
var $ftp_user = 'admin';
var $ftp_pass = 'xxxxxx';
var $ftp_root = '';
var $dbtype = 'mysql';
var $host = 'localhost';
var $user = 'renatomaest3145';
var $db = 'renatomaest3145';
var $dbprefix = 'jos_';
var $mailer = 'mail';
var $mailfrom = 'info@renatomaestro.org';
var $fromname = 'Biblioteca \\';
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '1';
var $smtpuser = 'info@renatomaestro.org';
var $smtppass = 'xxxxxx';
var $smtphost = 'mail.renatomaestro.org';
var $MetaAuthor = '1';
var $MetaTitle = '1';
var $lifetime = '60';
var $session_handler = 'database';
var $password = 'xxxxxx';
var $sitename = 'Biblioteca Archivio Renato Maestro';
var $MetaDesc = 'Biblioteca-Archivio "Renato Maestro" - Volumi ebraici antichi e recenti.';
var $MetaKeys = 'biblioteca archivio renato maestro libri books pergament jewish community of venice jewish venice jews jew comunità ebraica di venezia ebreo ebrei ebraico museo ghetto getto synagogue synagogues sinagoga sinagoghe tempio templi cannaregio kasher kosher leon da modena baal shem tov Ramchal mercante merchant venedig juden';
var $offline_message = 'Sito fuori servizio per manutenzione. Riprovare più tardi.';
}
?>