Click to See Complete Forum and Search --> : Links to files outside document root.


GUIR
05-26-2005, 01:29 PM
Hi!

Can someone please let me know is it possible to link and files outside the document root.

I think actually this is happening in website control panels.

I just want to add some db management files in PHP to secure place. Additional security than user names n' passwords.

Thanks and Best Regards

ray326
05-26-2005, 11:26 PM
You cannot "link" to them if "link" means "address them through an HTTP URL." You have to access them as files using a server side language like PHP. Exactly where you can place them depends on how your site hosting is set up. You need to put them in a sibling dir to the docroot.

GUIR
05-27-2005, 10:41 AM
Hi!

Thanks for your advice.

Best Regards