How do I create a URL redirect page as a HTML file, for example, if it was like http://warrenwoodhouse.webs.com/url/?url=linkgoeshere, as I need it for my page on my website.
The page, when visiting it without a link at the end as http://warrenwoodhouse.webs.com/url/?url= will not redirect to anything, where as with a link such as http://warrenwoodhouse.webs.com/url/?url=http://youtube.com/user/warrenwoodhouse will redirect to the specified page in the URL.
If anyone knows the code for HTML and JavaScript, please feel free to leave a comment below.