1 LoadModule php_module modules/mod_php.so
5 AddType application/x-httpd-php .php
8 AddType application/x-httpd-php .php3
11 AddType application/x-httpd-php .php4
14 AddType application/x-httpd-php .php5
17 AddType application/x-httpd-php .inc
20 AddType application/x-httpd-php .phtml
23 # Uncomment to disable php in user directories.
24 # To re-enable php in user directories comment the following lines
25 # (from <IfModule ...> to </IfModule>.) Do NOT set it to On as it
26 # prevents .htaccess files from disabling it.
27 # <IfModule mod_userdir.c>
28 # <Directory /home/users/*/public_html>
29 # php_admin_value engine Off