How to pass URL in URL (as GET parameter) using PHP?
I'm having some problems passing URL's as GET parameter. When I try to access: http://www.linkebuy.com.br/linkebuy/parceiro?url=http%3A%2F%2Fwww.google.com I get the following message: However, if I go for: http://www.linkebuy.com.br/linkebuy/parceiro?url=123 Everything works just fine (it redirects to an inexistent site - 123 -, of course, but it does the expected). By elimination I can say there's something wrong with the url parameter, but what is it? OBS: I'm using rawurlencode() to encode the URL. EDIT: Code you asked... In the first view, where the link is ( http://www.linkebuy.com.br