anche io ho problemi se attivo il php5 !!
ecco il mio .htaccess
Codice PHP:
<IfDefine APACHE2>
AcceptPathInfo on
</IfDefine>
DirectoryIndex index.php index.html index.htm
php_flag register_globals 0
# # av:Toolbar
SetEnv AV_TOOLBAR 0
# # av:php5-engine
AddHandler av-php5 .php
AddType application/x-xpinstall .xpi
php_value allow_url_fopen 1
quando richiedo qualsiasi pagina nella root (es. index.php) con php5 disattivato ottengo questo:
ID=0191a45a9a83ae3f:T=1300994871:S=ALNI_MbnG0w3XhU 45Arn1kLmXUefiU8iwg0%E7%C9%17B%B7xArrayfa798369fdf ea30912fc23af5f5540196bfeeda74f09fee1d0a14148d9344 370vFSxoEI44x13055274372900
come si risolve????
EDIT:
problema risolto!!!
era la chiamata ad una funzione file_get_contents che mandava tutto a quel paese perche' il server remoto non rispondeva!!
Ma in teoria non mi doveva dare un semplice errore il php??
Bho!!!