Click here to Skip to main content
15,902,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

How to link the file from outside the codeigniter folder?The file i want to link is also under the htdocs...


Thanks,
Olive
Posted

1 solution

if you would have access to that folder you could simply navigate to it using "../" to go back a directory.

when you are currently at:
/basefolder/level1/level2/

and need to go to:
/basefolder/other/folder/

you navigate using:
../../other/folder/

You go back two directories and then forward again.

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900