What was the error?
Trisha M wrote:
Hi all, I'm trying to install PHP on a local computer so I can learn
how PHP without having to dial up all the time. MYSQL is installed
already, and seems to be working correctly, but I cannot get PHP to
install. I tried the Windows installer program, and go
Hi all, I'm trying to install PHP on a local computer so I can learn how PHP
without having to dial up all the time. MYSQL is installed already, and
seems to be working correctly, but I cannot get PHP to install. I tried the
Windows installer program, and got an error, and don't really know what
Hi everyone!
I'm working with an Apache2 server and PHP4 inside a Red Hat 9. I have compiled and added my own PHP libraries as shared objects without any problems, but now I need to add the Ldap library.
I 've tried to compile it in two ways, first as a static module inside the PHP binary
Hi there.
What you need to do is edit your apache httpd.conf and search for the
lines.
1)
AddType image/x-icon .ico
And then directly underneath this line, add the following.
AddType application/x-httpd-php .php
2)
Then find the lines
DirectoryIndex index.html
And change it to
That is an Apache configuration issue. With the default installation of
Apache, it only serves index.html as home page, not index.php. You need to
reconfigure your Apache to server index.php.
You can also access the file by adding it to the end of your URL. But
obviously if this is going to be set
php-install Digest 31 Jul 2003 13:41:39 - Issue 1482
Topics (messages 11362 through 11367):
No libphp4.so during make install of PHP
11362 by: Christian Villada
Re: Compile PHP 4.3.2 with Oracle 9.2.0 Support..? Wrong Elf Class: ELFCLASS64 ??
11363 by: Jim Thome
LDAP core
so yeah i got apache and php installed like the php install txt file says
too. i also created a small test php page (index.php) and placed it in the
root directory for apache but when i go to http://192.168.0.2 it just shows
a directory of all of the files in the root. im using xp, apache 1.3.2.8,