How can I access a file in a web-directory which is two levels up. For example, if an image file is found in a folder images one-level up, I can access it using ../images/filename.jpg. But, if the file is in a folder found two-level up, how can I access it. I tried using three, four, five and six dots but it just doesn't work. Any ideas?

link|improve this question
feedback

1 Answer

For every folder you want go back you should use ../ so if there is 2 folders back you just do it twice ../../ and on like that ../../../ how many you want

but remember you can't go anywhere you want so there is an access limit sometimes

link|improve this answer
Many thanks! It works. I am just a new bee and still learning lots of staff. – Sharen Anderson Feb 23 at 4:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.