Vielleicht als Hilfe.
Hier ist das Logfile von mod_rewrite.

192.168.1.68 - - [08/May/2003:10:55:10 +0200]
[localhost/sid#795a18][rid#8572a8/initial] (3) [per-dir c:/apache/htdocs/]
strip per-dir prefix: c:/apache/htdocs/48.0.html -> 48.0.html
192.168.1.68 - - [08/May/2003:10:55:10 +0200]
[localhost/sid#795a18][rid#8572a8/initial] (3) [per-dir c:/apache/htdocs/]
applying pattern '^typo3$' to uri '48.0.html'
192.168.1.68 - - [08/May/2003:10:55:10 +0200]
[localhost/sid#795a18][rid#8572a8/initial] (3) [per-dir c:/apache/htdocs/]
strip per-dir prefix: c:/apache/htdocs/48.0.html -> 48.0.html
192.168.1.68 - - [08/May/2003:10:55:10 +0200]
[localhost/sid#795a18][rid#8572a8/initial] (3) [per-dir c:/apache/htdocs/]
applying pattern '^[^/]*\.html$' to uri '48.0.html'
192.168.1.68 - - [08/May/2003:10:55:10 +0200]
[localhost/sid#795a18][rid#8572a8/initial] (2) [per-dir c:/apache/htdocs/]
rewrite 48.0.html -> index.php
192.168.1.68 - - [08/May/2003:10:55:10 +0200]
[localhost/sid#795a18][rid#8572a8/initial] (3) [per-dir c:/apache/htdocs/]
add per-dir prefix: index.php -> c:/apache/htdocs/index.php
192.168.1.68 - - [08/May/2003:10:55:10 +0200]
[localhost/sid#795a18][rid#8572a8/initial] (3) [per-dir c:/apache/htdocs/]
add per-dir prefix: c:/apache/htdocs/index.php ->
c:/apache/htdocs/c:/apache/htdocs/index.php

Gruß

Stefan


-----Original Message-----
From: Stefan Sabolowitsch [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 08, 2003 10:39 AM
To: users-de@httpd.apache.org
Subject: probleme mit mod_rewrite

Hi NG,

habe hier einen Apache 1.3.23 (win32) mit mod_rewrite.
Die .htaccess sieht wie folgt aus.

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule   ^typo3$  typo3/index_re.php
RewriteRule   ^[^/]*\.html$ index.php

Wenn ich nun die entsprechenden Seiten aufrufen will bekomme ich folgende
Meldung.

Bad Request
Your browser sent a request that this server could not understand.

Mit dem aktuellen Apache 2.xx geht dies ohne Problem.
Gibt es da Probleme mit der Syntax, hat die sich geändert ?

Danke für jede Hilfe.

Stefan

--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de"
      unsubscribe-Anfragen an [EMAIL PROTECTED]
           sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------

--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de"
      unsubscribe-Anfragen an [EMAIL PROTECTED]
           sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------

Antwort per Email an