# $Id: .htaccess,v 1.1 2006/02/19 02:48:12 shida Exp $
#
# This is used with Apache WebServers
# The following blocks direct HTTP requests in this directory recursively
#
# This does not affect PHP include/require functions
#
# Example: direct access to http://server/admin/includes/application_top.php will not work with the following installed

<Files *.php>
Order Deny,Allow
Deny from all
Allow from localhost
</Files>
