Options +ExecCGI +Includes
DirectoryIndex index.html index.php

AddHandler cgi-script pl
AddHandler server-parsed .html

<Files ~ "^\.ht">
      Order allow,deny
      Deny from all
</Files>
