Hiya I'm running the lastest apache web server & php 4.0.4 on win NT ver 4, I beleave i have everything set up right though when i go to view a page i have done in php my browser tries to download the page instead of viewing it .. any suggestions?
Thanks Peter
did you add the
criptAlias /php/ "c:/path-to-php-dir/"
AddType application/x-httpd-php .php AddType application/x-httpd-php .phtml Action application/x-httpd-php "/php/php.exe"
lines like the manual said?