View Single Post
Old December 7th, 2007, 10:25 AM   #4 (permalink)
Frogger
Junior Member
Verified Customer
 
Join Date: Nov 2006
Posts: 14
I cant find anything wrong in my config-int.php, am a blind?

Quote:
$vbpath = "home/mydomain.com/forum";
$pppath = "home/mydomain.com/photopost";

// We need the URL path to your PhotoPost and vb installation
$url_path = "http://mydomain.com/photopost";
$vb_urlpath = "http://mydomain.com/forum";

// The URL of your photo dir where your images are stored (with / at end)
$data_dir = "http://www.mydomain.com/photopost/data";

// If your PhotoPost tables have a prefix, put it here
// Example:
// pp_ = "pp_";
$pp_db_prefix = "pp_";
Could it be a .htacess somewhere that makes the problems?
Frogger is offline   Reply With Quote