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
4 matches
Mail list logo