Upload photo gallery for website generated files

Q: I understand most of everything you write, except point 5.

On your website, I can read "* Notice, you should copy 'data' folder with images and 'engine' folder with all files into the same folder with your own webpage."

I would like to know where exactly i should copy them ?

Thank you for your help.

A: Generated "data" and "engine" folders should be into the same folder with your page (where you added VisualLightBox) on your server.

For example, you have the following folders and files on your server:

pages/
page1.html
page2.html
new_pages/
page3.html
page4.html
main_page.html

So, if you add VisualLightBox into:
* "main_page.html" page - "data" and "engine" should be into a root folder on your server;
* "page1.html" or "page2.html" - "data" and "engine" should be into "pages" folder on your
server;
* "page3.html" or "page4.html" - "data" and "engine" should be into "new_pages" folder on your server.

Related