Skip to content
Advertisement

Tag: url-redirection

PHP Redirect with query parameters

Let’s say I have the following URL: What I want the PHP query to do is redirect the user to the following URL: Of course, the URL should not only redirect ?user/1234 but also ?anything/343. I want to leave the url intact and only add the /test/ to it, and leave the part afterwards the same. How do I accomplish

Advertisement