I can't get the 'php code highlight' feature described in php install guide to work.
On Win2000 + Apache 2.0.39 + PHP 4.2.2:
I added these lines to httpd.conf
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
then renamed a simple script on the server to phpinfo.phps
when I open the link http:\localhost\phpinfo.phps the browser asks me what to do with this new file type (save it to disk or open with an external editor), which kinda makes sense to me, but I expected the page to show up with the code syntax hilited.
Am I missing something?
Thanks,
Gaetano