Item2249: odd redirect error on login
Priority: Normal
Current State: No Action Required
Released In:
Target Release: n/a
Applies To: Engine
Component:
Branches:
http://fosiki.com?foswiki_redirect_cache=3e27fd77497519343add2d3256d44e2a: host does not match {DefaultUrlHost} , and is not in {PermittedRedirectHostUrls}"http://fosiki.com".
I'm
guessing that the test for the redirect expects a trailing /, but um, that isn't as we desired it.
yes, I'm using shorterUrls, and
RewriteEngine on
RewriteRule ^$ /bin/view/$1 [PT] [L]
RewriteRule ^([A-Z].*) /bin/view/$1 [PT] [L]
RewriteRule ^(foswiki_redirect_cache.*) /bin/view/$1 [PT] [L]
(just in case its another odd corner case.)
--
SvenDowideit - 14 Oct 2009
Duplicate of
Item2083
--
CrawfordCurrie - 28 Oct 2009