hi my gallery is at www.befuzzled.com/gallery
and i wish to bridge it with my forum at www.serility.com/forum
both domains are hosted on the same server but the database used is different
i did all the steps as shown in the docs but after i editted and uploaded the .inc.php files, i can no longer login
when i click the login button it returns an error msg saying "befuzzled.comhttp could not be found "
here are the changes i made the the invisionboard.inc.php file
define('IB_DB_NAME', 'mpsa_org_au_-_serility'); // The name of the database used by the board
define('IB_BD_HOST', 'localhost'); // The name of the database server
define('IB_DB_USERNAME', 'mpsaorg'); // The username to use to connect to the database
define('IB_DB_PASSWORD', '***'); // The password to use to connect to the database
// The web path to your Invision Board directory
// In this example http://yoursite_name.com/ivboard/
define('IB_WEB_PATH', 'http://www.serility.com/forum/');
nothing else is changed, do u guys know wats wrong?
thanks :)
Use a path for IB_WEB_PATH, not an url.
define('IB_WEB_PATH', '/forum/');
wat would i put if the forum is not on the same domain?
They have to be on the same domain.