Hi,
erreichen möchte ich zum beispiel sowas:
zugriff auf /Personen/Vater+&26+Sohn.html
interner zugriff auf: /personen.php?wer=Vater+&26+SohnIn meinem $_SERVER['QUERY_STRING'] erscheint leider: Vater+&+Sohn
was zur Folge hat, dass meine abfrage von $_REQUEST['wer'] in "Vater " endet.
ich möchte allerdings, dass es endet in "Vater & Sohn".
Dann setze mal das Flag B für „escape backreferences“.
http://httpd.apache.org/docs/2.2/en/mod/mod_rewrite.html#rewriterule
MfG ChrisB
--
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]