Oh, forgot to mention... Rather than putting the whole
URL in the menu, simply put the last part
page.php?file=server.html
or
page.php?URL=www.somesite.com
that makes it a relative link, and no need to worry about sessions.
The Apache
URL rewrite engine is a standard module for the Apache web server; most sites use Apache, but some may turn off the
URL rewriting. Or if you're in the minority 20% that's hosted on Microsoft IIS, you're out of luck there. Usually you can simply create a file called .htaccess and put it in the
PN root with a few choice rewrite rules.
But if you simply avoid the base
URL in the menu like suggested above, there really is no need.
I've seen a few attempts at
HTML wrappers, the best known is PostWrap. All use frames for local pages. Which is the main reasons I wrote this script.
The link seem to be an old module for a previous version of
PN, written by John Cox, one of the previous lead developers on PostNuke, now with Xaraya, a PostNuke offshoot. MD-Pro is another offshoot of PostNuke, still pretty compatible with each other. They prefer the
AutoTheme templating system over the Xanthia system chosen for PostNuke.
However, NukeWrapper does work like a regular module as well as a standalone script, I just haven't done the Admin part. As mentioned, in the Main Menu you can put
{NukeWrapper}, and if you set a default page in the Config file, it will come up. Else it will ask you to specify a page.
It's the same as putting
index.php?module=NukeWrapper