From: Henry C. <hen...@ya...> - 2001-04-25 10:37:01
|
Nope..I've uncommented the prepend statements in httpd.conf and my webserve= r gives me no error but serves me a blank page with no soucre HTML either!..Dang, What is up with this? Check that...I got it to parse the index.php file once I dropped the number "4" off of the string "AddType application/x-httpd-php(4) .php"...but I'm noe getting the old "Warning: Failed opening 'BASEtmpl/template.class' for inclusion (include_path=3D'') in c:/program files/apache group/apache/htdocs/htdocs/index.php on line 27 Fatal error: Cannot instantiate non-existent class: core_template in c:/program files/apache group/apache/htdocs/htdocs/index.php on line 28"...though this is probably because of the exclusion of the BC prepend statements....I feel like this may be the turning point in this conf problem...Please advise..So far, I am appreciating all your help. Im just a few steps away from getting this thing to work. 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 |