[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] (no subject)
- Subject: Re: [cobalt-users] (no subject)
- From: "Jelmer Jellema" <cobalt@xxxxxxxxxxxxxxx>
- Date: Tue Feb 5 08:35:14 2002
- Organization: Spin in het Web (www.spininhetweb.nl)
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
----- Original Message -----
From: "Andy Jacobs"
> Hi all,
>
> I have just uploaded a site to my RAQ4 and am having a problem. The site
is
> mainly PHP files with the PHP3 extension. I have changed the srm.conf
file
> to reflect this but I still get asked if I want to download or save the
> file.
>
> This is the section from my srm.conf file:
>
>
>
> # DirectoryIndex: Name of the file or files to use as a pre-written HTML
> # directory index. Separate multiple entries with spaces.
>
> DirectoryIndex index.html index.php3 index.php index.htm index.shtml$
> # FancyIndexing is whether you want fancy directory indexing or standard
>
> FancyIndexing on
>
You also need a line like:
AddType application/x-httpd-php4 .php3
is it there?
Jelmer