Quote:
Originally Posted by Goomzee
sorry editing again but now i installed mediawiki-1.14.0 in my forum also put LocalSettings.php file in public_html/ folder and also added these 2 lines
require_once( "$IP/includes/DefaultSettings.php" );
After it, add these two lines:
define( VB_SYSTEM_PATH, '/var/www/html/forum' );
require_once( "$IP/includes/AuthPlugin_vBSSO.php" );
but problem is still same my site redirect to yahoo
|
Quote:
Originally Posted by Digital Jedi
It's not redirecting to Yahoo, it's going to a Not Found Page. You haven't set the path to your wiki correctly yet, either in in the Local Settings or in the Admin CP.
|
below path i put in admincp
and this below path i put in localsetting
define( VB_SYSTEM_PATH, '/home/xxx/public_/forums' );
is above path are not correct?