Thanks a lot to all!!!
gabi.
"Nicole Lallande" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> If you want your home page to be a .php3 file then you must add
> index.php3 to your DirectoryIndex directive:
>
> DirectoryIndex index.html index.htm index.cgi i
*** REPLY SEPARATOR ***
On 30/05/2002 at 9:45 AM The Gabster [EMAIL PROTECTED]
[gregausit/phplist] wrote:
>Hello all...
>
>I have Apache 2.0.35 and PHP 4.2.0 on a win2k machine... Everything works
>fine, etc. The question I have, how can I configure PHP (or Apache?) to
>suppor
If you want your home page to be a .php3 file then you must add
index.php3 to your DirectoryIndex directive:
DirectoryIndex index.html index.htm index.cgi index.php3 index.php ---
and so on.
In addition, .php3 should be added to your AddType directive
AddType application/x-httpd-php .php .ph
Somewhere in the apache configuration file you will find something like
this...
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php4
AddType application/x-httpd-php-source .phps
To include the old .php3 extension make it look like this...
Add
On Tuesday 24 July 2001 15:53, Phil Spitler wrote:
> Can anyone tell me how to turn on .php3 extensions in PHP on Win2000? I've
> looked in the php.ini file and can't seem to find it.
>
In the internet services manager (or whatever it's called in W2K) add a
script mapping for .php3 which is the
5 matches
Mail list logo