Quote:
Originally Posted by AtomicAcidbath
Having the same problem, only my setup is reversed:
MediaWiki is at the root (/), and vBulletin is in a /forum/ folder.
LocalSettings.php has:
Code:
define( "VB_INSTALL_PATH", "forum/" );
|
either a IIS error or the fact that you added a trailing slash like you werent suppoed to, try with only
Code:
define( "VB_INSTALL_PATH", "forum" );
Just thinking since it says don use trailing slash.