#PHP Directives
# php_flag magic_quotes_gpc off
# php_flag mbstring.encoding_translation off


## DirectoryIndex
DirectoryIndex exec exec.php index.php

<FilesMatch "^exec$">
    ForceType application/x-httpd-php
</FilesMatch>

<FilesMatch "^developer$">
    ForceType application/x-httpd-php
</FilesMatch>

<FilesMatch "^archives$">
    ForceType application/x-httpd-php
</FilesMatch>

<FilesMatch "^thumbnail$">
    ForceType application/x-httpd-php
</FilesMatch>
