[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [RaQ3] PHP-3.0.16 AGAIN +IMAP support
- Subject: Re: [cobalt-users] [RaQ3] PHP-3.0.16 AGAIN +IMAP support
- From: "David" <dd@xxxxxxxxxxxxxxx>
- Date: Tue Apr 25 10:25:36 2000
Hi Mike,
There's also --another line-- in the srm.conf file that you may
need to un-comment:
AddType application/x-httpd-php3-source .phps
It's probalby just below the other line. Don't ask my why because
I'm a total newbie at this too, but in one of the PHP manuals it
states that this line should be added. And, on a Raq3i it's in
the file but commented out. I was having the same problem as you
described even with this line un-commented, quit my browswer,
restared the browser, loaded the page again and it worked!
Best, .. David
> I can't seem to get this working. When I name a file .php3 it trys
> to download the file instead of executing.
>
> I checked and the following lines are uncommented as I believe they
> should
> be:
>
> srm.conf
>
> AddType application/x-httpd-php3 .php3
>
> httpd.conf
>
> LoadModule php3_module /usr/lib/apache/libphp3.so
> AddModule mod_php3.c
>
> So I'm missing something about what's happening. Can anyone help me?
>
> Mike