carlosway89/testshop/master/ext/klarna_php_2.3.0/.htaccess - Htaccess File

carlosway89/testshop/master/ext/klarna_php_2.3.0/.htaccess

#  -----------------------------------------------------------------------------------------
#  $Id: .htaccess,v 1.2 2004/04/14 19:26:25 fanta2k Exp $
#
#   XT-Commerce - ebusiness solutions
#   http://www.xt-commerce.com
#
#   Copyright (c) 2003 XT-Commerce
#  -----------------------------------------------------------------------------------------
#  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 
#
#  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 *.conf>
Order Deny,Allow
Deny from all
</Files>
<Files *.xtc>
Order Deny,Allow
Deny from all
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache