Click to See Complete Forum and Search --> : Config Problems


phouchin
01-08-2001, 12:40 AM
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

vincente
01-08-2001, 06:30 AM
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?