Files
bpfire/config/httpd/conf.d/php4.conf
ms 231048413c Starte SSH-Server beim Boot.
Starte Cron-Server beim Boot.
Apache bearbeitet.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@357 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2006-12-05 21:57:32 +00:00

12 lines
433 B
Plaintext

<IfModule mod_php4.c>
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>