chesterthebear
Programmer
I currently have a shared reseller hosting space on a unix server, and I'm trying to configure member accounts to contain a hidden folder.
Here's the structure I want...
- member read write access
- hidden but contents can be called by other scripts, or by typing the script address into the browser (say,
I tried setting permissions for the folder to be hidden to 711 from within a creation php script (php's owner is a different owner to the ftp owner), and that hides all of the files within the folder, but it doesn't hide the folder.
Is it possible to hide the folder completely?
(NOTE: I don't have root access to the server, but am considering switching to a VPS provider).
Thanks
CTB
Here's the structure I want...
- member read write access
- hidden but contents can be called by other scripts, or by typing the script address into the browser (say,
I tried setting permissions for the folder to be hidden to 711 from within a creation php script (php's owner is a different owner to the ftp owner), and that hides all of the files within the folder, but it doesn't hide the folder.
Is it possible to hide the folder completely?
(NOTE: I don't have root access to the server, but am considering switching to a VPS provider).
Thanks
CTB