
Originally Posted by
penagate
application/x-httpd-php-source means 'show me the source code'. application/x-httpd-php means 'execute the code'. Change the extension to .php to cause it to be executed.
thats not what he wants to do.
Change your config:
Code:
#########LoadModule php5_module c:/php/php5apache2_2.dll
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps
to this:
Code:
#########LoadModule php5_module c:/php/php5apache2_2.dll
AddType application/x-httpd-php .php .php3 .phtml .phps