Page 1 of 1

Path of Images

Posted: 07 Dec 2007, 08:06
by ndorfnz
I have my imagevue installed under www.mysite.com/imagevuegallery/ path.

I have my images I want to used loaded to www.mysite.com/Gallery/folders

How do I reference this in the config.ini to work correctly?

Been looking at folders, globalpath, etc but all the sample appear in the URL.

When I used these samples in my .ini path it fails.

Appreciate the guidance!

Thanks.

Posted: 08 Dec 2007, 23:08
by mjau-mjau
There are sometimes problems related to having your images located outside of the imagevue root folder because of server restrictions. It may work fine though ...

You need to set your contentfolder so that it point towards your image folder. In the case of your example, it would look like this:
Code
contentfolder = ../Gallery/folders/
Keep in mind that with the example above, the folder "folders" is considered a contentfolder and need to have groupfolders and imagefolders below it. Ex.: ../Gallery/folders/groupfolder/imagefolder/ -

Perhaps you can send a link to your gallery if you can't get it working?