mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +02:00
Now it works together with cyrus sasl! git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1045 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
<IfModule php5_module>
|
|
|
|
AddType application/x-httpd-php .php3
|
|
AddType application/x-httpd-php .php4
|
|
AddType application/x-httpd-php .php5
|
|
AddType application/x-httpd-php .php
|
|
DirectoryIndex index.php3
|
|
DirectoryIndex index.php4
|
|
DirectoryIndex index.php5
|
|
DirectoryIndex index.php
|
|
|
|
</IfModule>
|