]> granicus.if.org Git - php/commitdiff
Added a note on how to enable .phps support.
authorIlia Alshanetsky <iliaa@php.net>
Fri, 4 Oct 2002 21:22:13 +0000 (21:22 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 4 Oct 2002 21:22:13 +0000 (21:22 +0000)
sapi/apache2filter/README

index 3a294ad689cb6f0dd4200f7e5f230f9283a72f7e..fb4b51f2e83b6373a36126b8c63b566b6612ce2e 100644 (file)
@@ -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