Guys! Having a problem with apache mod_proxy, hoping someone can help

Preface: We need a new domain (http://section1.info) to direct users to (http://domain.info/?q=section1) and maintain section1.info in the URLs.

The following does not seem to work:

    ProxyRequests Off
    <Proxy *>
            Order deny,allow
            Allow from all
    </Proxy>
    ProxyPass               /       http://domain.info/?q=section1
    ProxyPassReverse        /       http://domain.info/?q=section1

Thanks!

link|improve this question

73% accept rate
feedback

migrated from stackoverflow.com Apr 3 '11 at 22:11

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.