હેલો
Und wie lautet die Adresse, die du aufrufst?
Z.B. domain.de/bla/blubb.
Wieso machst du das nicht gleich in PHP, statt über htaccess?
„domain.de/bla/blubb“ kürzen auf „/bla/blubb“ und das resultat in die Luft jagen.
<?php
$_requestUri = "/bla/blubb";
print_r ( explode('/', $_requestUri) );
બાય
--
.
..:
.
..: