Re: .htaccess prevents itself from being viewed but not "sess*" files in directory
<phillip.s.powell@gmail.com> schreef in bericht
news:1165595006.771399.176320@l12g2000cwl.googlegr oups.com...
> <Location /path/to/session/files>
If /path/to/session/files is a local path, use Directory
The full path shown may very per ftp, http and php, depending on the extend
of chroot-ing
> order allow,deny
> deny from all
> </Location>
Final attempt: put an index.html in the folder containing those pesky sess*
files
HansH
|