summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/php/files/mod_php.conf')
-rw-r--r--dev-lang/php/files/mod_php.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-lang/php/files/mod_php.conf b/dev-lang/php/files/mod_php.conf
new file mode 100644
index 0000000..6f1f474
--- /dev/null
+++ b/dev-lang/php/files/mod_php.conf
@@ -0,0 +1,6 @@
+<IfModule mod_php4.c>
+
+AddType application/x-httpd-php .php .php4 .php3 .phtml
+AddType application/x-httpd-php-source .phps
+
+</IfModule>