phpbar.de logo

Mailinglisten-Archive

Re: [php] PHP3-Dateien mit Endung .html?
Archiv Mailingliste php_(at)_infosoc.uni-koeln.de

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

Re: [php] PHP3-Dateien mit Endung .html?




"Antivivisektion e.V." schrieb:
> 2. Alle Dateien bleiben tatsächlich als .html, werden 
> aber vom Server als PHP3-Dateien erkannt.

mod_php oder CGI PHP?

Für CGI PHP:

# Parse .php3 files
Action       php3-script /cgi/php
AddHandler   php3-script .php3

# Parse .html with PHP, too.
AddHandler   php3-script .html


Für mod_php:

# Parse .phtml and .php3 files
AddType application/x-httpd-php3 .phtml
AddType application/x-httpd-php3 .php3

# Parse .html with PHP, too.
AddType application/x-httpd-php3 .html

Kristian

-- 
Kristian Köhntopp, NetUSE Kommunikationstechnologie GmbH
Siemenswall, D-24107 Kiel, Germany, +49 431 386 436 00
Using PHP3? See our web development library at
http://phplib.shonline.de/ (GPL)

Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive