Simone: ForceType kleines Apache Problem

Beitrag lesen

HI Selfer

Was muss ich in der Apache config einstellen das meine Variable auch als Variable erkannt wird.

Die Anwendung läuft auf anderen Servern - also Einstellungssache des Apache -

Meine htaccess.

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

Log:
[Tue Jul 22 11:01:25 2003] [error] [client 127.0.0.1] File does not exist: c:/programme/apache group/apache/htdocs/test/tester/variable

<?
$temp = explode ("/tester/",$REQUEST_URI);
$temp = explode ("/",$temp);

meine Anwendung.......

Danke Simone