P. Kerim friedman wrote:
Does anyone know how MediaWiki submits its edits? I'm trying to troubleshoot my URL forwarding problem, and I can't figure it out. It seems to be dependent on the URL somehow, which is probably why there is a problem? I tried looking through the raw code, but I couldn't figure out where to even begin looking, if I knew which pages of the script were causing problems I could try fiddling with them...
The crappy forwarding scheme is your problem: a form posting won't be transmitted from the parent frame.
You might be able to hack up the forms to use absolute URLs, but then you'll be using the real target URLs, which you say you don't want. I highly recommend you get rid of it and use an actual domain name; contact your service provider about this.
-- brion vibber (brion @ pobox.com)