Problema con register_globals in installazione
Ragazzi sò che sicuramente sarà una domanda fatta e rifatta ma tutte le soluzioni che ho trovato in rete non mi aiutano.
Ho copiato la cartella sul mio spazio web aruba, ma quando tento l'installazione mi richiede di disattivare i register_globals.
Ho creato il file php.ini con scritto register_globals = Off nella cartella di drupal ma nulla... ho modificato il file .htaccess come sotto riportato ma nulla
# PHP 4, Apache 1.
<IfModule mod_php4.c>
php_value magic_quotes_gpc 0
php_value register_globals off
php_value session.auto_start 0
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value mbstring.encoding_translation 0
</IfModule>
# PHP 4, Apache 2.
<IfModule sapi_apache2.c>
php_value magic_quotes_gpc 0
php_value register_globals off
php_value session.auto_start 0
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value mbstring.encoding_translation 0
</IfModule>
# PHP 5, Apache 1 and 2.
<IfModule mod_php5.c>
php_value magic_quotes_gpc 0
php_value register_globals off
php_value session.auto_start 0
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value mbstring.encoding_translation 0
</IfModule>sempre nel .htaccess ho commentato le righe
Options -Indexes
Options +FollowSymLinks
DirectoryIndex index.phpma non cambia nulla.
Qualcuno sa dirmi cosa fare? Non vorrei essere costretto ad abbandonare drupal prima ancora di riuscire ad installarlo!
Attendo risposte
Grazie per l'aiuto
--- RDWare ---
