Quote:
Originally Posted by B-runner
...but you're right, it depends how VB is looking for things, so that is why I was wondering where it parses the query string?
|
Oh, sorry, that's what you were asking. I see now, content.php is different in that it seems to do it's own parsing of the url. It looks like maybe it's in class_core.php, function resolve_request_url(), around line 2070, but I'm not sure. That code looks like it uses one of the values out of $_SERVER that has the url as a string.