redirecting and keeping query values and parameters
-
/updatecard/?id
maps to:
https://securesite.com/~domain/script.php
if then go to
https://mywordpresssite.com/updatecard/?id=23456
shouldn’t it redirect to
https://securesite.com/~domain/script.php?id=23456
?
it doesn’t,
instead it just goes to:
https://securesite.com/~domain/script.php?idI thought your plugin was supposed to pass the query params along with their values… that’s what I’m looking to do… maybe it doesn’t work that way though… please advise.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘redirecting and keeping query values and parameters’ is closed to new replies.