I've just installed this fantastic forum onto a test server (Apache, mySQL 5, php) running on my windows XP.
when i run the installation i get through everything and when i get to step 4, when i click on the 'go..' it goes straight to a directory index.
My question (at last..i hear some cry) is, should this happen, (on the installation tutorial it should load straight onto the 'create a new dicussion') or have i done something incorrect? Every tab works except the 'Discussion' tab..
Thanks and sorry if this is a really simple Q, pointers will help.
I'm assuming you're using WAMP or something. For WAMP, click on the gauge thing, then go to Config Files > httpd.conf.
Go to about line 324, where it says something like: DirectoryIndex index.php index.php3 index.html index.htm index.html.var Make sure index.php is in there, probably in the front.
Initially, there will be no discussions, just a "general" category and an empty shell of a forum. You can quickly jump in and create a test discussion to test and see if it's in working order (which by the sound of it seems to be) then move onto to tweaking the admin settings. From there you can slowly start adding addon's and personalizing it even further.
I have done this and tried to post a test discussion. My problem is that the 'Discussion' tab does not got to the discussion 'page' it only takes my to a directory index for the folder containing Vanilla.
Ahh, directory index not "vanilla index" i misread that. Yeah, do what jeff suggests by editing either you httpd or vhost conf and changing the execution order of what apache should display based on what's there.