DarkNSF Posted March 23, 2009 Share Posted March 23, 2009 I was wondering if I could setup a url on apache that loads say... yahoo.com without completely redirecting the url. in my httpd.conf i have: ProxyPass /lol http://yahoo.com/ i was hoping that if i go to http://localhost/lol it would load yahoo.com and keep the url as http://localhost/lol -- when it looks like it just redirects. Quote Link to comment Share on other sites More sharing options...
trq Posted March 23, 2009 Share Posted March 23, 2009 That should work fine but you'll also want a ProxyPassReverse directive setup. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.