• I have hosted my blog in an Apache server inside a corporate network with a reverse proxy. There are 2 servers behind the reverse proxy: ‘Averroes’ and ‘Averroes2.

    I’m trying to redirect this URL:
    http://averroes2.ced.junta-andalucia.es/~23004823/index.php
    to this other one:
    http://www.juntadeandalucia.es/averroes/~23004823/index.php

    I have received this message from my browser: “Firefox has detected that the server is redirecting the request to this address in a way that will never end.”

    I think that the proxy is changing the out URL the server sends to me and that´s why it doesn´t work. Is this possible? How can I solve this?
    Does this plugin solve this kind of problem or not?

Viewing 1 replies (of 1 total)
  • Redirection cannot be used to redirect between domains. You will probably have to manually code this in your .htaccess with some smart regex.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Redirection] Can´t access blog from outside corporate network’ is closed to new replies.