Let's say we have sth like this:
servis files are located in directory:
c:\apache\htdocs
there is a directory:
\serwis
in this directory there are files :
header.php
index.php
forum.php
news.php
footer.php
in subdir \serwis we have directories:
\pictures
\conf
\news
Question: How to set some restrictions to directories that will not allow users to view directories:
c:\apache\htdocs\serwis\conf
c:\apache\htdocs\serwis\pictures
And only apache may take and include files (config.php, functions.php, pictures...) from this directories
THX a lot