coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: gos1 on March 03, 2007, 07:32:50 PM

Title: upload directory problem
Post by: gos1 on March 03, 2007, 07:32:50 PM
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.
Title: Re: upload directory problem
Post by: Nibbler on March 03, 2007, 07:58:58 PM
Change the album directory on the config page.
Title: Re: upload directory problem
Post by: gos1 on March 03, 2007, 08:10:11 PM
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 ?
Title: Re: upload directory problem
Post by: Nibbler on March 03, 2007, 08:37:53 PM
Standard way to go up a directory is ../ so to go up and then into pictures use ../pictures
Title: Re: upload directory problem
Post by: phill104 on March 03, 2007, 09:44:37 PM
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)