[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: php auf woody



Hallo

> das "AddType application/x-httpd-php .php" scheint keine
> Wirkung zu zeigen,
> mir ist jedoch aufgefallen, dass Seiten die mit .php enden
> richtig geladen
> werden, doch wenn sie mit .php3 enden, dann will mein Browser
> sie immer
> noch irgendwo speichern

Schau mal in der httpd.conf, da steht so was wie:

[..]
For example, the PHP 3.x module will typically use:

AddType application/x-httpd-php3 .php3

And for PHP 4.x, use:

AddType application/x-httpd-php .php

Also in deinem Fall:

AddType application/x-httpd-php .php .php3

Hätte dir sicher auch etwas googeln geholfen

--
Patrick Pletscher
http://www.galaxysoft.ch

You're bound to be unhappy if you optimize everything.



Reply to: