Mailinglisten-Archive |
"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)
php::bar PHP Wiki - Listenarchive