Click to See Complete Forum and Search --> : enabling php in apache for win32


skissiks
06-26-2001, 03:42 PM
how do you enable php4 for apache win32?

i've edited my .conf as such:

#
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

I think i need to add the handler too?

any information on this would be great!

thanks!

andrew
:wq

ame12
06-27-2001, 06:29 AM
This article covers it in depth,

http://www.webreview.com/2000/09_29/developers/09_29_00_2.shtml

If you still have problems with Apache try the free BadBlue server which is extremely small and fast, http://badblue.com/helpphp.htm

RW

Anon
08-04-2001, 02:08 AM
Read the docs that came with PHP, following them to the letter works perfectly!

If you are not familiar with Apache directives, you may be in over your head.

Good luck