Options
Localhost problem on vanilla test forum (probably an easy fix)

I've got a vanilla forum set up on my pc to test on the network. Users can't access anything beyond the front page because the code is going to localhost. Does anyone know where to change localhost to my ip address so that everyone on the network can access the forum?
THANKS!
THANKS!
0
This discussion has been closed.
Comments
Other than that, get a host. 110mb.com is a free host with an environment that supports Vanilla.
$Configuration['BASE_URL'] =
? is that simply localhost? you'll want to tweak settings there to suit your network, alternately you can modify the host file for each computer accessing the network to reference localhost as the ip of the machine running the forum among other little tweaks.