Question
Some of our Twiki pages INCLUDES the contents of a page from another of our websites. This is done as follows
%INCLUDE{"http://www.somesite.com/somefile.html"}%
Some of these pages display as expected. However instead of displaying the contents of the include file many are now displaying one line as follows:
Object moved to here.
Is this an error message from TWiki or from the other web host?
Any pointers for solving this?
Environment
--
PeterJones - 28 Nov 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
This is caused by the other web host.
--
ArthurClemens - 28 Nov 2006
This is most likely caused by a
301 Moved Status Code
; TWiki does not handle a redirect at this point. Access the URL in your browser, and INCLUDE the new URL.
--
PeterThoeny - 29 Nov 2006