1 (edited by 2012-11-04 16:02:58)

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 https://cutephp.com/forum/style_emoticons/default/sad.gif

Re: Problem with & and &

You're right: in any case & in the query line can't work correctly as it's incorrect dissection.  & can exist only in html code that is shown for a user. In other cases there should be & instead of &

Best regards,
CN Support team