Hi,
Nun will ich die URL so maskieren, dass zwar auf http://www.mydomain.de.de/cms/branchenbuch/profil.php?name=%1 umgeleitet wird, aber in der Adresszeile immmer noch http://username.mydomain.de steht.
Dann willst du keinen HTTP-Redirect machen, sondern nur intern die Adresse umschreiben.
RewriteRule ^(.*) http://www.mydomain.de.de/cms/branchenbuch/profil.php?name=%1 [NC]
Wenn du einen komplette HTTP-URL angibst, dann machst du aber einen Redirect.
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]