diff options
-rw-r--r-- | sapi/apache2filter/README | 4 |
1 files changed, 4 insertions, 0 deletions
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 |