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

Order Deny,Allow
Deny from all
Allow from 127.0.0.1

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