How about just make a symbolic link with .phps to the file:

ln -s /www/htdocs/phpdoc.php /www/htdocs/phpdoc.phps

Then make sure that your httpd.conf file has the following line in it:

AddType application/x-httpd-php-source .phps

Then url.com/phpdoc.phps would view the colored source for the file..

Later,

Bob



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to