I am trying to pass an encoded URL to a php page like so:
http://mywebsite.com/_links/add-link.php?u=http%3A%2F%2Fanotherwebsite.com%2Fpage.html&t=page%title
This link works on a one webserver but not another (the one on which I need to use the code).
On the first webserver the URL and page title are displayed perfectly, but on the second one I get the “page not found” error.
If I remove the ‘colon’ in ‘http:’ it works. If I remove the double slashes in ‘http://’ it works.
It must be a php setting? But which one?
Thanks for any help.
