Files
bpfire/config/httpd/conf.d/php5.conf
2007-09-01 10:03:25 +00:00

12 lines
434 B
Plaintext

<IfModule php4_module>
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .php3s
AddType application/x-httpd-php-source .php4s
AddType application/x-httpd-php-source .phps
DirectoryIndex index.php3
DirectoryIndex index.php4
DirectoryIndex index.php
</IfModule>