Order allow,deny
Allow from all

# Allow PHP files to be executed
<Files "*.php">
    Allow from all
</Files>

# Set proper content type for PHP files
AddType application/x-httpd-php .php

# Enable script execution
Options +ExecCGI