ich möchte
https://domain/index.php?section=tag1
weiterleiten auf
https://domain/index.php?section=tag2
Klingt eigentlich einfach.
Folgendes geht nicht:
Code: Alles auswählen
Redirect Permanent http://domain/index.php?section=tag1 http://domain/index.php?section=tag2
Code: Alles auswählen
RewriteEngine on
rewriteRule ^index.php?section=tag1$ http://domain/index.php?section=tag2 [R=permanent,L]
Code: Alles auswählen
Redirect Permanent /index.php§ion=tag1 http://domain/index.php?section=tag2