head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2014.07.02.15.09.04;	author cvs;	state Exp;
branches;
next	;


desc
@@


1.1
log
@neu
@
text
@###############################################################################
# .htacces Security File
# Author: Martin Weber
# Shopgate GmbH
# website: http://www.shopgate.com
###############################################################################

#AddType x-mapp-php5 .php
#AddHandler x-mapp-php5 .php

Order deny,allow
Deny from all
Options -Indexes

<Files api.php>
	Allow from all
</Files>@
