Using Vanilla locally...

edited July 2006 in Vanilla 1.0 Help
Hi all,
I'm new to Vanilla. It's simple and beautiful. Yet I have to develop our forum locally, so my fellows can test.
In my settings, path to vanilla is /Vanilla/ to get everytime to my local server; this makes
the script return everytime my IP address something like http://xx.xx.xx.xx/
Except for unsubscribe lines in emails that are sent, which are something like "/Vanilla/....."

Anyone got a work around ?

Comments

  • I use http://localhost/Vanilla.1/ as the web-path.
  • edited July 2006
    you have to edit /etc/hosts (linux) or C:\WINDOWS\system32\drivers\etc\hosts (WinXP) on all the computers of your lan. Add127.0.0.1 vanilla #on the server 192.168.x.x vanilla #on the other computer of the lan, 192.168.x.x being the address of the server on the lan
    Or you can install a DNS on your lan.
  • ok, thx
This discussion has been closed.