# -----------------------------------------------------------------------------------------
# $Id: .htaccess,v 1.1 2011/02/07 10:40:56 VaM Exp $
#
# VaM Shop - open source ecommerce solution
# http://vamshop.ru
# http://vamshop.com
#
# Copyright (c) 2007 VaM Shop
# -----------------------------------------------------------------------------------------
# based on:
# (c) 2000-2001 The Exchange Project
# (c) 2002-2003 osCommerce (.htaccess,v 1.4 2001/04/22); www.oscommerce.com
# (c) 2003 nextcommerce (.htaccess,v 1.3 2003/08/13); www.nextcommerce.org
# (c) 2004 xt:Commerce (.htaccess,v 1.3 2003/08/13); xt-commerce.com
#
# Released under the GNU General Public License
# -----------------------------------------------------------------------------------------
#
# This is used with Apache WebServers
# The following blocks direct HTTP requests in this directory recursively
#
# For this to work, you must include the parameter 'Limit' to the AllowOverride configuration
#
# Example:
#
#<Directory "/usr/local/apache/htdocs">
# AllowOverride Limit
#
# 'All' with also work. (This configuration is in your apache/conf/httpd.conf file)
#
# This does not affect PHP include/require functions
#
# Example: http://server/catalog/includes/application_top.php will not work
<Files *.html>
Order Deny,Allow
Deny from all
</Files>
<Files *.php>
Order Deny,Allow
Deny from all
</Files>