diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-01-22 09:52:36 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-01-22 09:52:36 +0000 |
| commit | 59d9fe1bd7ff88a6d1034d60d52ff079b5d4414d (patch) | |
| tree | 6774aafe65bfacdac96816f731c599b9b2585c52 /defaults/httpd.mime | |
| parent | 3ae8f40fc8f83cb04bba16bf6e23646c28275dc2 (diff) | |
added more php mime types
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7443 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'defaults/httpd.mime')
| -rw-r--r-- | defaults/httpd.mime | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/defaults/httpd.mime b/defaults/httpd.mime index 312fb0e8e..cbcfcc2d9 100644 --- a/defaults/httpd.mime +++ b/defaults/httpd.mime @@ -73,6 +73,9 @@ ogg = audio/ogg-vorbis pac = application/x-ns-proxy-autoconfig
pdf = application/pdf
php = application/x-httpd-php
+php3 = application/x-httpd-php
+php4 = application/x-httpd-php
+php5 = application/x-httpd-php
phtml = application/x-httpd-php
pl = text/plain
png = image/png
|
