On Sat, 24 Mar 2001, Mauricio Alarcon wrote:
> I put this line in httpd.conf but dont'work
> AddType application/x-httpd-php3 .php3
> AddType application/x-httpd-php3-source .phps
> AddType application/x-httpd-php .php
> Action application/php4script /cgi-bin/php
>
> What I'm doing wrong?
I sug
On Sat, Mar 24, 2001 at 10:49:57AM -0500, Mauricio Alarcon wrote:
> Well it work partial, the .php now works but .php3 doesn't work Any
> other ideas?
make two lines out of it:
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
and so forth.
-fkr
--
gpg-fingerprint:
Well it work partial, the .php now works but .php3 doesn't work Any
other ideas?
Thanks
Mauricio Alarcon
[EMAIL PROTECTED] wrote:
> Hi,
>
> I`m not sure if this is 100% the right method but you can try it and see.
> Change httpd.conf to the following.
>
> AddType application/x-httpd-php
Hi,
I`m not sure if this is 100% the right method but you can try it and see.
Change httpd.conf to the following.
AddType application/x-httpd-php .php .php3
Ade
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
Hello
Thanks t all people that reply my last message about a msSQL server,
But now I got a new problem, my server was running php3 and today i try
to update to php4 with apache 1.3.19 and all file .php3 and php4 don't
work, the php only make a echo with all code and the php3 ask for a
applicat
5 matches
Mail list logo