deny access to certain folder using php
Posted
by mckenzie
on Stack Overflow
See other posts from Stack Overflow
or by mckenzie
Published on 2010-03-18T04:56:23Z
Indexed on
2010/03/18
5:01 UTC
Read the original article
Hit count: 342
php
Hello,
Is it possible to "deny from all" apache htaccess style using php.
I can't use htaccess because im using different webserver, so i wan't to use php to workaround it.
So let say user are trying to access folder name 'david', all content and subdirectory are denied from viewing.
© Stack Overflow or respective owner