okay, i'm pretty sure that i have appache installed right, i used this tutorial...
http://www.thickbook.com/extra/php_apachephp4_win.phtml
and i installed php to c:\php4\ i configured the apache config file to know where the php folder is.. and so i put <? phpinfo() ?> in info.php and put it in the ..apache/htdocs/ folder, and typed http://127.0.0.1/info.php in my web browser(IE6) and it worked fine, but then when i put my own site page in there, it gives me the following error...
Warning: Failed opening '.dat' for inclusion (include_path='.;c:\php4\pear') in c:\program files\apache group\apache\htdocs\main.php on line 1
can anyone help plz? i dont know what to do.