Update of /cvsroot/phpwiki/phpwiki/pgsrc
In directory usw-pr-cvs1:/tmp/cvs-serv6391/pgsrc
Added Files:
.htaccess
Log Message:
For security add .htaccess files to subdirectories.
For people with (suitably configured) apache web servers, these
will deny direct web access to the files in the subdirectories:
lib, locale, pgsrc, schemas, and templates.
--- NEW FILE ---
order allow,deny
Deny from all
|