thanks!
Roger, I guess the way you told me is for PHP 5.1 and Apache 2.x right? I know there shouldn't be any huge diff between these new versions. However this is a extraction from my httpd.conf file
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "C:/Program Files/PHP/"
LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll"
AddType application/x-httpd-php php
AddType application/x-httpd-php-source phps
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
and this is an extraction from mime.types file
application/x-httpd-php php
application/x-httpd-php-source phps
well, isn't this new mime.types file is a replacement kind of thing for AddType directive?
sorry about my lack of knoledge :glare: