I have this configuration:

        ServerName cid.ulatina.com

        <Proxy *>
                Order deny,allow
                Allow from all
        </Proxy>

        ProxyPass / http://www.mdconsult.com/
        ProxyPassReverse / http://www.mdconsult.com/


When I try http://cid.ulatina.com in my browser the site
http://www.mdconsult.com redirect me automatically  to another site inside
the same domain, like www.mdconsult.com/php/homepage.

At this moment the URL of my browser has been changed to this second site,
and I lose my ProxyPassReverse.

Notes about the issue:
When www.mdconsult.com receive a request from my IP address they give me a
_specific_ page that the students have to consult. Then I need that the
students are able to consult this web page from their houses. But I have
this issue of redirection, therefor the students get another page.

Please help how can I manage this issue of redirection on the site that I
want to ProxyPassReverse.

Thanks for your help.

--
Mario Herrera G.

Reply via email to