niente non capisco perchè non vada.
Ho provato con questo:
Codice:
DirectoryIndex index.html index.php
# # av:php5-engine
AddHandler av-php5 .php
<IfModule mod_php5.c>
php_value include_path ".:/membri/hostering/PHP"
php_value auto_prepend_file "http://www.hostering.altervista.org/PHP/autoload.php"
</IfModule>
e anche
Codice:
DirectoryIndex index.html index.php
# # av:php5-engine
AddHandler av-php5 .php
<IfModule mod_php5.c>
php_value include_path ".:/membri/hostering/PHP"
php_value auto_prepend_file "membri/hostering/PHP/autoload.php"
</IfModule>
help...