From 5f67f05d92bb8bc34ef3def355a6ec628612d54f Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Fri, 4 Oct 2002 21:22:13 +0000 Subject: [PATCH] Added a note on how to enable .phps support. --- sapi/apache2filter/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sapi/apache2filter/README b/sapi/apache2filter/README index 3a294ad689..fb4b51f2e8 100644 --- a/sapi/apache2filter/README +++ b/sapi/apache2filter/README @@ -37,6 +37,10 @@ HOW TO INSTALL AddType application/x-httpd-php .php + If you would like to enable source code highlighting functionality add: + + AddType application/x-httpd-php-source .phps + That's it. Now start bin/httpd. HOW TO CONFIGURE -- 2.40.0