I am trying to move from gallery to cpg because of so many features that it offers. Everything is great except for the link for login in or out...I get a "cannot find page error"
my forum is at http://haitinetradio.com/v-web/bulletin/bb
my newly installed gallery is at http://haitinetradio.com/photogallery
test user account info:
username: test1
password: test2
my cpg_dir file goes as follow:
<?php
if (!$_SERVER['HTTP_HOST']) {
$cpg_host=$HTTP_SERVER_VARS['HTTP_HOST'];
} else {
$cpg_host=$_SERVER['HTTP_HOST'];
}
$cpg_path='/home/haitinet/public_html/photogallery';
header("Location: http://".$cpg_host.$cpg_path);
exit;
?>.
Please help...
Thank You
$cpg_path = '/photogallery/'; ;)
Same goes for the web path in the bridge file itself.
Thanks for your quick reply. :)
I made the changes you suggested and I am still getting the same error :-\\
Please help
Once again, Thank you...I got it to work!...heu...I was missing a "/".... :)