Question
Hi,
I want to use twiki over a ssh tunnel:
ssh -C -L 4321:4.3.2.1:80
username@1PLEASENOSPAM.2.3.4
I can access the twiki and edit pages. Saving the page leads to following error:
##############################
Access check on
Main failed. Action "redirect": unsafe redirect to
http://localhost:4321/labbook/bin/view/Main/ToDo
: host does not match {DefaultUrlHost} , and is not in {PermittedRedirectHostUrls}"http://localhost".
Contact if you have any questions.
Log in as internal admin if you need to quickly fix something
###############################
Adding "localhost:4321" to
PermittedRedirectHostUrls
doesn't help.
How can I fix this?
Best Regards!
Joerg
Environment
--
TWikiGuest - 28 Jun 2008
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.
Adding
http://localhost:4321/ to the
{PermittedRedirectHostUrls} setting - should work.
--
SvenDowideit - 29 Jun 2008
Hi Sven,
"http://" was missing. I didn't know that this is important.
THX!
--
TWikiGuest - 29 Jun 2008