blob: fc6e91f54442eae3c9c5b807e4268a11da3994f4 (
plain)
- # requires: php5
- <FilesMatch "\.ph(p3?|tml)$">
- SetHandler application/x-httpd-php
- </FilesMatch>
- <FilesMatch "\.phps$">
- SetHandler application/x-httpd-php-source
- </FilesMatch>
- # To re-enable php in user directories comment the following lines
- # (from <IfModule ...> to </IfModule>.) Do NOT set it to On as it
- # prevents .htaccess files from disabling it.
- <IfModule mod_userdir.c>
- <Directory /home/*/public_html>
- php_admin_value engine Off
- </Directory>
- </IfModule>
|