I'm running apache 2.0.40 and PHP 4.2.3 on a W2K SP2 machine. I'm trying to get some source highlighting working by passing a URL like: http://www.myserver.com/path/to/script.phps I've set the declartion in Apache like this: AddType application/x-httpd-php-source .phps
When I try to view the file I get a download prompt. Am I missing something, or is this not available on the Windowz platform? TIA
ognotongo
I've almost the same setup and i can use php source erm
LoadModule php4_module c:/php/sapi/php4apache2.dll AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps
That sucks, something else is going on. I the same lines in my httpd.conf file. As long as I know it works I know that I'm not beating my head against a brick wall. Thanks!
~ognotong