summaryrefslogtreecommitdiff
path: root/lang/php5/pkg-message.mod
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php5/pkg-message.mod')
-rw-r--r--lang/php5/pkg-message.mod14
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/php5/pkg-message.mod b/lang/php5/pkg-message.mod
deleted file mode 100644
index f60f33ce2266..000000000000
--- a/lang/php5/pkg-message.mod
+++ /dev/null
@@ -1,14 +0,0 @@
-***************************************************************
-
-Make sure index.php is part of your DirectoryIndex.
-
-You should add the following to your Apache configuration file:
-
-<FilesMatch "\.php$">
- SetHandler application/x-httpd-php
-</FilesMatch>
-<FilesMatch "\.phps$">
- SetHandler application/x-httpd-php-source
-</FilesMatch>
-
-***************************************************************