Page 1 of 1

index.php

Posted: 23 Feb 2010, 09:48
by clemi6
Hello,
I need to put the start page of the gallery (index.php) in a different directory than the rest.

how I can do that?
if I change this script
<?php include_once('imagevue.php'); ?>
in this one
<?php include_once('prova/imagevue.php'); ?>
the gallery doesn't work.

which pat I need to change?
thanks