Question
I'm trying to display the content of an html page on my twiki, for example:
However, I'm getting the following error message:
Warning
This site does not allow
Warning: Can't find topic "".""
of URLs
Any idea how to fix it?
Environment
--
ThierryLam - 18 Sep 2007
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
Oh no, it works on your twiki server, what do I have to install or setup to make google.ca show up?
--
ThierryLam - 18 Sep 2007
There is an EXPERT setting in the
configure screen that you need to enable to allow this. It is called {INCLUDE}{AllowURLs}.
--
SteffenPoulsen - 18 Sep 2007
The problem is that I'm trying to link to an internal web site running under apache with ldap authentication. I currently get the following error:
Failed to include URL
http://internalwebsite/test.html
Does TWiki support that or should I think of an alternate solution?
--
ThierryLam - 18 Sep 2007
No, not as is. Perhaps you can utilize
http://search.cpan.org/~gaas/libwww-perl-5.808/lib/LWP/Authen/Ntlm.pm or similar if you are not afraid on coding a bit.
A simpler workaround might be to publish or stage the page to an unauthenticated URL first.
--
SteffenPoulsen - 18 Sep 2007