P. Kerim friedman wrote:
I'm a little closer to understanding what is going on with my absolute failure to get MediaWiki to respect EasyDNS' domain forwarding. It seems that they use frames. From their website:
[snip]
Now, my problem isn't one of getting the outside links to work, although that would be nice. (Movable Type seems able to support this.) But rather, I think the .htaccess file I am using to clean up the domain names is perhaps breaking the frame?
MediaWiki includes an anti-framejacker defense shield. If you want to take this out, open up stylesheets/wikibits.js and remove this:
// Un-trap us from framesets if( window.top != window ) window.top.location = window.location;
-- brion vibber (brion @ pobox.com)