i'm trying to get revigniter running.
I've got the server running locally on xampp. (first test local before messing up my VPS)
created a folder lc in htdocs and copied the unzipped revigniter items in it
then according the user guide on revigniter.com ichanged the line in config.lc to put "localhost:81/lc/" into gConfig["baseUrl"]
Now when i open the url in Firefox localhost:81/lc/index.lc i thought it should open a page? Because in index.lc this line is still the same: put "system" into gRigA["systemFolder"]
But all i got is a 404 Page not found
Should it not serve a standard page or something?
Perhaps i should create another folder in applications? But then it's not clear where it looks for, what kind of name should the first file have?
Reading the Getting Started page refers back to Installation, [s]i found it not really helpful.[/s]
[s]So for me the User Guide is not quite clear on how to proceed.[/s] ---strike thru aint working---
EDIT--> i have to read more, then it's getting clearer how it works

How to go from here after revigniter is installed and base url is set?
Thanks for any help.