phpbar.de logo

Mailinglisten-Archive

[php] Re[2]: [php] Parsing von Files ohne Extension

[php] Re[2]: [php] Parsing von Files ohne Extension

Sebastian Nohn phpde_(at)_angela.nettrade.de
Thu, 1 Mar 2001 03:21:56 +0100 (MET)


On Wed, 28 Feb 2001, Benjamin Billian wrote:

> > Nunja, eiogentlich ja
> 
> > AddType application/x-httpd-php .htm .txt .irgendwas
> 
> ging doch um dateien ohne endung .. oder ?? :-)

In diesem Fall...

httpd.conf:
(sollte nicht so gemacht werden, aber als beispiel reichts denke ich)

<Directory />
    AllowOverride All
</Directory>

.htaccess:

<Files lalabubu>
  ForceType application/x-httpd-php
</Files>

lalabubu:
<?php
  phpinfo();
?>

Regards,
   Sebastian Nohn
--
NeT&Trade GmbH - s.nohn_(at)_nettrade.de - http://nettrade.de/
phone +49 2241 204033 - fax +49 2241 204034 - mobile +49 173 5964377
+++ http://phpcrawler.de/ +++ http://jura.de/ +++ http://nohn.net/




php::bar PHP Wiki   -   Listenarchive