Page 1 of 1

DINAMIC PAGES

Posted: 20 Oct 2007, 16:10
by CHARLIEGOLF
I have an index.php page in wich I want to use different imagevuex to show different subject

lnx.charliegolf.it/index.php?pagina=ornella
or

lnx.charliegolf.it/index.php?pagina=lariosccorso

the switch mode is
case 'ornella':
require_once('ornella/index');
break;
case 'lariosoccorso':
require_once('lariosoccorso/index.php');
break;
and so on.
But when I recall this pages a message saying me that
Error reading config file
wich file do i have to change? The config.ini ? The global path?
thank you

Posted: 23 Oct 2007, 03:33
by Nick
Could you please PM me your ftp l/p im not 100% sure what configuration and files/folders layout you got.