P. Kerim friedman wrote:
Brilliant! But this only does half the job. The links within the wiki don't respect the root URL I specified in LocalSettings.php, under $wgServer, or the forwarded URL, but all still link to the actual host URL. I don't know how to change these?
Also, is there some way to tell MediaWiki to change all links to external sites to say target="_top"?
You could try adding something like this to the HTML output: <base target="_top" href="http://thefakeserver.com/" />
See: http://www.w3.org/TR/html4/struct/links.html#h-12.4
-- brion vibber (brion @ pobox.com)