# This file provides security to the server limiting acces to the localhost only

Order Deny,Allow
Deny from all

# To allow execution of cgi scripts in these directory uncomment next two lines
#AddHandler cgi-script .bat .exe .pl .cgi
#Options +ExecCGI

# To disabme "Turck MMcache" for this folder and subfolders uncomment next line
#php_value 'mmcache.enable' '0'

#AuthName "test"
#AuthType basic
#AuthUserFile /www/.htpasswd
#require valid-user
