Hi MudGuard,
Prima, du hast dein Problem ja jetzt schon gelöst, aber:
.html ---> .htm (for historical reasons)
RewriteRule /test/(.*).html /test/$1.htm
Das hier dürfte ja einwandfrei funktionieren.
if file does not exist --> index.htm
RewriteCond %{REQUEST_URI} (/test/[^/]+/[^/]+/.*)
RewriteCond %{DOCUMENT_ROOT}%1 !-f
RewriteRule /test/([^/]+)/([^/]+)/(.*) /test/$1/$2/index.htm
Und warum nimmst du hier nicht ErrorDocument?
MfG, Dennis.
--
Mein SelfCode: ie:{ fl:( br:> va:) ls:[ fo:) rl:( n4:# ss:) de:] js:| ch:{ sh:| mo:} zu:|
Patch zur Verwendung von PATHINFO in JLog
Das ist eine Ehrlichkeit, die an Blödheit grenzt. (Thomas Gottschalk)
Mein SelfCode: ie:{ fl:( br:> va:) ls:[ fo:) rl:( n4:# ss:) de:] js:| ch:{ sh:| mo:} zu:|
Patch zur Verwendung von PATHINFO in JLog
Das ist eine Ehrlichkeit, die an Blödheit grenzt. (Thomas Gottschalk)