So it should in my case say:
define('CHDIR_PATH', '/forum');
or
define('CHDIR_PATH', '/localhost/forum');
This is a local test installation before I change my real site.
(
http://peburi.ebario.com -in case you doubt me...)
-OR- since I am using IIS, should it really be the full local path:
I have the forum installed at d:\inetpub\vbulletin as the root.
In which case would the above be:
define('CHDIR_PATH', '/inetpub/vbulletin');
or
define('CHDIR_PATH', '/inetpub/vbulletin/');
--
Incidentally - do I need to code the blocks in separate files or will the vbindex installation handle creating all of this for me?