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?