Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Localhost problem on vanilla test forum (probably an easy fix)
joemad
New
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.