On Fri, 2002-11-15 at 16:58, Matt Jaeger wrote: > i installed the sapi method in win 2kpro im running apache 1.3.x > when i go to my index.php (its a simple test page) > it requests a download. do you know why?
Did you add the approprate lines to your httpd.conf file? for Windows ME they are: conf/httpd.conf: LoadModule php4_module c:/php/sapi/php4apache.dll conf/httpd.conf: AddModule mod_php4.c conf/httpd.conf: AddType application/x-httpd-php .php I believe they are the same for win2K also. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php