Re: [Radiant] Virtual Domains 0.6 Routing problems

2007-04-21 Thread Brian Gernhardt
On Apr 21, 2007, at 12:41 PM, Mathieu Lue wrote: > Thanks alot guys. 1.2.1 works like a breeze. The only question I > have no > is that since the ":" character is used to delimit the domain name > from > the slug, is there anyway to forward domains with a specified port? I > tried x.y.com:300

Re: [Radiant] Virtual Domains 0.6 Routing problems

2007-04-21 Thread Mathieu Lue
Thanks alot guys. 1.2.1 works like a breeze. The only question I have no is that since the ":" character is used to delimit the domain name from the slug, is there anyway to forward domains with a specified port? I tried x.y.com:3003: and it didn't work. I totally don't need this functionality

Re: [Radiant] Virtual Domains 0.6 Routing problems

2007-04-21 Thread Brian Gernhardt
On Apr 21, 2007, at 11:48 AM, keita wrote: > Sorry, I forgot remove the method SiteController#show_uncached_page. I should have caught that myself. 1.2.1 will appear soon. ~~ Brian ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search

Re: [Radiant] Virtual Domains 0.6 Routing problems

2007-04-21 Thread keita
Sorry, I forgot remove the method SiteController#show_uncached_page. --- virtual_domain_extension.rb.orig2007-04-22 00:34:57.0 +0900 +++ virtual_domain_extension.rb 2007-04-22 00:43:58.0 +0900 @@ -10,12 +10,15 @@ Page.send :mattr_accessor, :request require_dependency

Re: [Radiant] Virtual Domains 0.6 Routing problems

2007-04-21 Thread Brian Gernhardt
On Apr 21, 2007, at 9:23 AM, keita wrote: > Hi, > > I had the same problem when I installed virtual domain extension (ver. > 1.1) some days ago. I solved it by this patch. Thank you very much. I will apply this patch and put out 1.2, which should be available soon at: http://silverinsanity.

Re: [Radiant] Virtual Domains 0.6 Routing problems

2007-04-21 Thread keita
Hi, I had the same problem when I installed virtual domain extension (ver. 1.1) some days ago. I solved it by this patch. --- virtual_domain_extension.rb.orig2007-04-21 21:28:32.0 +0900 +++ virtual_domain_extension.rb 2007-04-21 21:37:23.0 +0900 @@ -8,7 +8,13 @@ def activa

Re: [Radiant] Virtual Domains 0.6 Routing problems

2007-04-20 Thread Brian Gernhardt
On Apr 20, 2007, at 4:55 PM, Mathieu Lue wrote: > I'm having trouble using virtual domains 0.6. I believe that is the > version that has been updated for the radiant .6 candidate. I am > able to > specify the slug of a default page that I want any requests > forwarded to > the radiant install

[Radiant] Virtual Domains 0.6 Routing problems

2007-04-20 Thread Mathieu Lue
I'm having trouble using virtual domains 0.6. I believe that is the version that has been updated for the radiant .6 candidate. I am able to specify the slug of a default page that I want any requests forwarded to the radiant installation to go to. However nothing else seems to work. Upon inserting