Log in with username/password: lyceum/lyceum

Ticket #878 (new task)

Opened 10 months ago

How early can we strip the b query var?

Reported by: jjb Assigned to:
Priority: normal Milestone: 1.1
Keywords: Cc:

Description

The b query var hangs around in the entire system, perhaps after it is no longer needed. This var never exists in the subdomain case, but of course it is added using mod_rewrite.

We should know exactly when it is no longer needed and probably remove it.

in handle_404 in classes.php, $_SERVER['QUERY_STRING'] will be different in the subdomain and directory cases.

Log in with username/password: lyceum/lyceum