Non potendo modificare il file php.ini ho modificato il file htaccess, dove nell'ultima parte ho sostituito il testo con:
Codice: Seleziona tutto
# Fix certain PHP values
# (commented out by default to prevent errors occuring on certain
# servers)
<IfModule mod_php4.c>
# php_value session.use_trans_sid 0
php_value register_globals 1
</IfModule>
Come posso fare?
Grazie mille!
Andrea