Hi,
I seem to be having problems setting up the global path.
I'm testing the config files offline on apahce and want to get it up and running before i put it all online. Hopefully i can explain what i'm trying to do.
Here goes.
Basically all of the imagevue files are currently in a 'test/imagevue/' folder. So if i type http://localhost/test/imagevue/ i can get to the gallery fine. What i want to do is make it so when i type http://localhost/test , my home page is the gallery, but i want to stick all the imagevue files and folders in a separate folder with all the functionality from the test directory.
The reason i've put it on a test/imagevue is so i can test it on my local host, if it works, because currently if i type http://localhost it lists the apache details and i want to keep it at that. Once i have it working properly i can upload it to my webhost as a /imagevue folder
eg. www.domainname.com/imagevue (is where everything is located), when i type www.domainname.com it points to the index.php file on the imagevue folder and when i do the www.domainname.com/admin it'll point to the /imagevue/admin module, basically i just want all functionality without having to put in the /imagevue/ directory.
I tried setting the globalpath = imagevue/ but that didn't work and it just shows a directory listing of http://localhost/test. I'm guessing i need some sort of index.html/php pointer located in the /test directory right?
Any help would be greatly appreciated.