<div class="gmail_quote">2009/4/14 Matthew Rudy Jacobs <span dir="ltr"><<a href="mailto:matthewrudyjacobs@gmail.com">matthewrudyjacobs@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
1. A request to "<a href="http://SomethingElse.com" target="_blank">http://SomethingElse.com</a>" should return the same<br>
content as one to "<a href="http://MyDomain.com/other_domain" target="_blank">http://MyDomain.com/other_domain</a>"<br>
2. It should achieve this without redirecting<br>
3. It should serve ~/myapp/public/other_domain/index.htm to requests<br>
for "<a href="http://SomethingElse.com/" target="_blank">http://SomethingElse.com/</a>" if it is present<br>
<br>
I have a gist - <a href="http://gist.github.com/94828" target="_blank">http://gist.github.com/94828</a><br>
with a couple of things I've tried...<br>
<br>
but I'm stumped.<br>
<br>
Doing a normal redirect is fine,<br>
but I don't want to issue a 302, I just want apache to deal with the<br>
redirect internally (and [P] seems to break)<br>
and I can't seem to make ModProxy work for me.<br>
</blockquote><div><br>Question: why?  Canonical urls and all that.  What's so bad about
having a redirect from <a href="http://blah.com">blah.com</a> to <a href="http://pleh.com/blah">pleh.com/blah</a>?  And if that's so
bad, what about a redirect is so bad, why should <a href="http://blah.com">blah.com</a> be the same
as <a href="http://pleh.com/blah">pleh.com/blah</a> and not just make <a href="http://pleh.com/blah">pleh.com/blah</a> redirect to <a href="http://blah.com">blah.com</a>?<br><br>
It'd make it super simple.<br>
<br>
That said, I'm sure this is do-able.  Just wondering the rationale behind it.</div></div><br>Muz<br>