loadedcommerce/Loaded6CE/master/Loaded_Commerce_CE/temp/.htaccess - Htaccess File

loadedcommerce/Loaded6CE/master/Loaded_Commerce_CE/temp/.htaccess

# $Id: .htaccess,v 1.1.1.1 2004/03/04 23:40:35 ccwjr Exp $
#
# 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

# There is no files in this folder to be accessed directly from the browser
<Files *.*>
  order allow,deny
  deny from all
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache