I am trying to move my PP files to a subdomain to have better control over bandwidth and memory allocation. My gallery will have it's own account within my domain.
Everything went smooth except for the intergration between
vB 3.5 and PP 3.5. I can view they photos.
I can not log in.
The database is on the same shared server.
In the file config-int.php
When the gallery is on the same domain I used
PhotoPost installation
$vbpath = "/home/username/public_html/forum";
$pppath = "/home/username/public_html/gallery";
I want the gallery to be gallery.domain.org but don't know what to change the vbpath to.