post install

dheeru
Joined: 12 Feb 2009

post install

Posted:12 Feb 2009 (11:40 UTC)
The installation is complete,all the packages work fine.
When I type http:localhost - the required page is does not come up.
Apache says it is working fine.

I have to type http:localhost/bitweaver for the required page to come up.
Which file to be corrected to fix the problem?
laetzer
Joined: 15 Mar 2004

Re: post install

Posted:13 Feb 2009 (13:59 UTC)
Seem to me as if you're required to navigate to http://localhost/bitweaver/ because Bitweaver was installed into this folder. To move your Bitweaver installation one level up, open bitweaver/kernel/config_inc.php:

bitweaver/kernel/config_inc.php


<?php
// change this line
define'BIT_ROOT_URL''bitweaver' );

// to
define'BIT_ROOT_URL''/' );
?>


Then copy everything from /bitweaver/ to /. Depending on your setup, you might also have to adapt the value of $gTempDir.

Note that it's not a problem that Bitweaver runs from anywhere you like, it's a feature.
Bobby Richardson
Joined: 15 Aug 2006

Re: post install

Posted:11 Mar 2009 (21:01 UTC)
Or change Apache configuration.

In httpd.conf if you have
DocumentRoot "C:/bitweaver"


then http://localhost

will take you in just fine without having to move files around.
  Page 1 of 1  1