Topic: Problem with & and &
Hi,
I only noticed this with facebook debugger, all pages with querystrings with an & are giving me problems.
Facebook sees the url of my cutenews page as:
http://mysite.com/news.php?subaction=showfull&id=1352037706&archive&start_from&ucat=83&
But such page isn't found, instead it should be:
http://mysite.com/news.php?subaction=showfull&id=1352037706&archive&start_from&ucat=83&
Like this it works. So why the & example doesn't work, I've searched everything, put the latest version and same error