frostschutz / MyBB-Google-SEO

Search Engine Optimization plugin for MyBB.
https://community.mybb.com/thread-202483.html
GNU General Public License v3.0
30 stars 25 forks source link

redirect: complex arrays #42

Open frostschutz opened 11 years ago

frostschutz commented 11 years ago

http://community.mybb.com/thread-101262-post-979028.html#pid979028

Apparently with XThreads it's possible to use array parameters like bla[]=value, which aren't supported by the URL redirection code yet. It might be possible to support those using http_build_query().