E' quello che ho fatto. Questa è la stringa di collegamento con il db mysql:
Codice:
$db['website'] = 'http://pippo.altervista.org/snews'; // your domain name
$db['dbhost'] = 'localhost'; // name of your database host, usually localhost
$db['dbname'] = 'my_pippo'; // name of your database
$db['dbuname'] = 'pippo'; // your database user-name
$db['dbpass'] = 'xxxxxx'; // your database password, if any
$db['prefix'] = ''; // prefix to database table names, if any
ma come hai scritto il file .htaccess, cos'ì? perchè a me ancora non riesce il login !!!
Codice:
<IfModule mod_php4.c>
php_value session.use_trans_sid 0
</IfModule>
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
RewriteEngine On
RewriteBase /snews
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*) $1 [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?category=$1 [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([a-z_]+)/([^/]+) index.php?category=$1&title=$2 [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([a-z_]+)/([^/]+)/([^/]+)/ index.php?category=$1&title=$2&commentspage=$3 [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([a-z0-9_-]+)/([0-9]+)/ index.php?category=$1 articlespage=$2 [L]
cioè con o senza cancelletto sulla riga RewriteBase../
Ciao e ancora grazie per l'aiuto.
in locale e su helloweb si installa tutto perfettamente ma qui non ci riesco