Urban Giraffe Support | Redirection
PASS not working anymore
Since 12/30/08 PASS isn't working anymore. Until 12/30/08 I passed from /weblog_rss.xml to /feed and it worked fine. Now, it only works if I enter a full qualified domain name where to pass it.
for example:
/weblog_rss.xml -> http://example.com/feed
What's wrong whith it?

Responses
Posted 1 year ago by Administrator
Pass-through seems to work for me. Can you provide any more details about your setup?
Posted 1 year ago by Member
It doesn't work for me either, unless the full url is included in the target, as cosmicboy described...
this works:
source: /(.*)/recenzije[/]?
target: http://jp.localhost/$1/?recenzije
this doesn't:
source: /(.*)/recenzije[/]?
target: /$1/?recenzije
commenting the exit(); call in actions/pass.php on line 42 fixes the problem. That line wasn't there in 2.0.11, for example, so I wonder if it's in 2.1.4 by accident or the problem lies somewhere else?
ps: thank you for creating this most valuable plugin, John :)
Posted 1 year ago by Member
ok, sorry, i didn't see the comment you made on the front page about this being fixed (in 2.1.5, i assume?)
Reply
You must log in to post.