From: Henry C. <hen...@ya...> - 2001-04-25 10:26:22
|
I did and it does. I have these directives in place but no go.....still cannot parse the index.php file in ht docs...but weird enough... I can pars= e the simple hello.php in the same directory on 4/25/01 2:47 AM, alex black at en...@tu... wrote: >> Funny ...I am getting the php parsed using the "php4apache.dll" loaded a= s > a >> module with the prepends disabled when I browse to the BC > /htdocs/hello.php. >> I have made a minor adjustment with the httpd.conf you sent me. I disabl= ed >> the listen 3000 and am listening on port 80. I don=B9t uderstand why when = I >> run http://mydomain.com/htdocs/index.php my webserver attempts to downlo= ad >> the file to disk >=20 > ah, that's because you don't have the AddType directives enabled, so apac= he > doesn't know how to treat the php. >=20 > Make sure you have: >=20 > AddType application/x-httpd-php .php > AddType application/x-httpd-php-source .phps >=20 > in httpd.conf, where you find the other addtype directives. >=20 > that should solve your latest problem. >=20 > _a >=20 >=20 >=20 >=20 > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev >=20 _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |