hi, im having problems running index.php scripts. the following is the set up that ive made:
httpd.conf: ScriptAlias /php/ "c:/apache/ApacheGroup/php/" AddType application/x-httpd-php .php .phtml Action application/x-httpd-php "/php.exe" php.ini: doc_root=c:\apache\ApacheGroup\apache\htdocs extension_dir=c:\apache\ApacheGroup\php the dll files are in: c:\apache\ApacheGroup\php\extensions php.exe isin: c:\apache\ApacheGroup\php php.ini file is in: c:\Windows the phpinfo.php file runs fine, its just when i try to run my own scripts, the output of the file is printed straight back to the screen, as though it were a text file. tia, steve