Re: [PHP] include but not browse

2004-07-05 Thread Jason Wong
On Monday 05 July 2004 17:48, Jason Wong wrote: > On Monday 05 July 2004 16:18, Tumurbaatar S. wrote: > > Generally, it isn't a PHP related but... > > I'm not a Linux/Apache user and know nothing > > about how to manage permissions there. > > I need to disable browsing for some of subfolders > > on

Re: [PHP] include but not browse

2004-07-05 Thread Jason Wong
On Monday 05 July 2004 16:18, Tumurbaatar S. wrote: > Generally, it isn't a PHP related but... > I'm not a Linux/Apache user and know nothing > about how to manage permissions there. > I need to disable browsing for some of subfolders > on my site but php scripts located in these subfolders > shou

[PHP] include but not browse

2004-07-05 Thread Tumurbaatar S.
Generally, it isn't a PHP related but... I'm not a Linux/Apache user and know nothing about how to manage permissions there. I need to disable browsing for some of subfolders on my site but php scripts located in these subfolders should be accessible by php's include/require. It's easy to do on Win