Click to See Complete Forum and Search --> : Could PHP4 run on win-base?


Anon
07-21-2000, 12:52 PM
Dear Sir
I try to install php4+mysql+apache on windows 98.

Apache seems works ,and I use mysql to create table. But Php4 can not run smoothly. My error message is alike philip olson wrote.
Bad request and so on.

In httpd.conf of Apache, I can not use this command:ScriptAlias, but I use Alias to take place. And use Addtype ,action as Geoff wrote. Why I can not start PHP4?

Jason

Anon
07-23-2000, 11:45 PM
What exactly do you mean when you say you can't start PHP? Does your browser hang-up on you when you try to view a .php page?

It might also be helpful if you could post the section in your httpd.conf dealing with PHP4.

Anon
07-24-2000, 12:13 AM
Thanks for whom concerned.

I installed successfully yesterday. The most points, are:
1.copy DLL to system directory (windows or winnt)
2.use Newer version of Apache.ex, opensa or ver 1.3.12.
3.Do not use Alias instead of ScriptAlias.
4.edit httpd.conf and php.ini carefully.

The problem is I tried to use Alias, and I get error message from browser when I run .php program. They are "Internal error", "Bad Request" and so on.

Now, I setup the development environment on win-base.
It might be helpful for another win-base user.