How can I redirect to specific url that appear in the url parameter?
example:
http://www.mywebsite.com/Code_id.tv/stream.php
I want to get code_id and I will redirect to specific URL.
The result URL will eventually look like this:
http://www.mynewwebsite.com/tv.php?id=Code_id
Thanks