ngreenwood6 Posted September 22, 2010 Share Posted September 22, 2010 Ok so what I am trying to do is have multiple folders pull from one folder. So if I have this structure: /test1/some_folder/test2/some_folder/test3/some_folder I would want all of those folders named some_folder to read from a master directory. I dont need them to be able to go that specific url just need it to include the files from the main directory in each of those. Imagine I was setting up shared functions and just wanted to store them in one place but be able to include them on any site. I didnt know what to google (tried folder redirection but didnt seem right) so if anyone can offer a suggestion as to what to google or wants to provide an answer it would be appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/214121-folder-redirection/ Share on other sites More sharing options...
BlueSkyIS Posted September 22, 2010 Share Posted September 22, 2010 You can try setting up a symbolic link to a single directory. I found this with a quick google: http://help.hardhathosting.com/question.php/95 The question I can't answer is: Will your script be able to follow the symbolic link? Give it a try, I guess. Quote Link to comment https://forums.phpfreaks.com/topic/214121-folder-redirection/#findComment-1114304 Share on other sites More sharing options...
ngreenwood6 Posted September 23, 2010 Author Share Posted September 23, 2010 Do you know by chance if I can create a symbolic link on a shared server? Quote Link to comment https://forums.phpfreaks.com/topic/214121-folder-redirection/#findComment-1114801 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.