Hi ;
I am very new to Coppermine and need some help.
Is it possible to determine the images location in a higher directory. For example : I have a directory called htdocs and inside it there are two directories. first is pictures and second one is halil (in which coppermine is installed). What should I do to change image location to pictures.
Change the album directory on the config page.
Yes I know it but With what should I change it with to go one directory upwards.
I mean I am in the halil diresctory and I want scripts to go one directory upwards to htdocs and enter the pictures directory. is it possible ?
Standard way to go up a directory is ../ so to go up and then into pictures use ../pictures
When I was first learning I found this site quite useful when trying to understand this.
http://www.webdiner.com/webadv/begin/paths.htm (http://www.webdiner.com/webadv/begin/paths.htm)