Simon, there was some speculation about making sure to turn off Automatically turn URLs and email addresses into links? for that particular channel/weblog.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
September 25, 2010 1:03pm
Subscribe [8]#16 / Oct 05, 2010 9:08am
Simon, there was some speculation about making sure to turn off Automatically turn URLs and email addresses into links? for that particular channel/weblog.
#17 / Oct 05, 2010 7:16pm
Already off.
I’ve implemented a jQuery alternative now, but this could still be a problem for others - I’m happy to keep testing things.
#18 / Oct 06, 2010 10:53am
Simon, this is one of those times when I just don’t have an answer, so I’m escalating. 😊 Thanks in advance for your patience.
#19 / Oct 30, 2010 5:43pm
I am noticing this exact same problem too with 2.1.1 - my browser is looking for total.xml?860.214709226042—can’t figure out where those #s are coming from. This worked flawlessly in 1.70. It does look like these query strings are coming from the Flash script—I wonder if they were just ignored before?
Could this be a security feature of EE2/CI that is interfering here?
#20 / Nov 01, 2010 4:02am
Your server is automatically deciding QUERY STRING as the appropriate uri_protocol
Go into your system/expressionengine/config/config.php
and change
$config['uri_protocol'] = "AUTO";to
$config['uri_protocol'] = "PATH_INFO";That should fix your issues
#21 / Nov 01, 2010 4:31am
Thanks John,
That’s fixed it.
Is this something that has changed since 1.x? because I didn’t have this problem under 1.x
#22 / Nov 01, 2010 6:13am
Thanks too! Wouldn’t have thought of that, but, like Simon said, it did the trick.
#23 / Nov 01, 2010 3:50pm
Very glad to see that fixed it for the both of you. Please post again in case there’s anything else.