Re: RubySpec link-up with RubyDoc
James Britt <[email protected]> Tue, 27 Mar 2007 20:40:45 -0700
| Newsgroups | gmane.comp.lang.ruby.documentation |
|---|---|
| Organization | ruby-doc.org |
| Message-ID | <[email protected]> |
Gary Wright wrote: > > On Mar 27, 2007, at 8:57 PM, James Britt wrote: ... >> Hmm. I'm up for it if I can figure out (or be told) the right way to >> do it. I think a simple mod_rewrite redirect would work, no? > > > I think you'll just want to enter the sub-domain > into your DNS zone for ruby-doc.org. That way the HTTP > requests go directly to the RubySpec site without having > to be redirected from the ruby-doc.org site first. Thanks. That popped into my head right after hitting the 'send' button. I can just do a CNAME to another URL and have DNS do the redirect, correct? James