On Thursday 03 May 2001 09:55, Jorge Amaya wrote:
> I am new user of php, I have installed apache 1.3.x, php3 and mysql, but
> I have a problem, My navigator doesn't recognize the files of php3, that
why install php3, not php4 ?
> is to say it doesn't work me php in the navigator, I have configured
> such and like says the manual in php.ini and also in the directives of
make sure the httpd.conf / apache.conf have the following datas
LoadModule php4_module libexec/libphp4.so
or one with php3 pointing to a existing resource.
DirectoryIndex index.php index.html
or .php3, .phtml etc
and
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
or for php4
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
now the apache help files might be needed to fully understand what this does
in case you wonders.
--
php developer / CoreTrek AS | The skater, Barbara Ann Scott Is so
Sandnes / Rogaland / Norway | fuckingly "winsome" a snot, That when
web: http://www.moijk.net/ | posed on her toes She elaborately shows
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]