Advertisement
datafeedr

Untitled

Apr 9th, 2014
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. The issue is with the URL you've added to your site. You've added this:
  2.  
  3. http://www.franklin.nl/elektronica/?tt=4123_253260_178666_&r=https://www.franklin.nl/secure/_none/artikel/artikelhome/5986-universeel-bqc-xgp10xu-1/?src=5
  4.  
  5. It should be this:
  6.  
  7. http://www.franklin.nl/elektronica/?tt=4123_253260_178666_&r=https://www.franklin.nl/secure/_none/artikel/artikelhome/5986-universeel-bqc-xgp10xu-1/?src=5
  8.  
  9. A query string should not contain: &
  10.  
  11. All occurrences of & that appear in the query string should be changed to "&".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement