diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-10-04 21:22:13 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-10-04 21:22:13 +0000 |
commit | 5f67f05d92bb8bc34ef3def355a6ec628612d54f (patch) | |
tree | c82fac4c71ef468f1863e5994f4ba8d1565f0de7 | |
parent | 2e90bbe3c2eac49d4dcb777b9ef0442674c4200f (diff) | |
download | php-git-5f67f05d92bb8bc34ef3def355a6ec628612d54f.tar.gz |
Added a note on how to enable .phps support.
-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 |