Yeah...
thanks it kinda works...

but there seems to be a problem with urls though....got to fix my own code i guess.


On 7/27/06, Andrew Stone <[EMAIL PROTECTED]> wrote:
      9 <VirtualHost *>
     10   ServerAdmin [EMAIL PROTECTED]
     11   ServerName *.foobar.com
     12   ServerAlias foobar.com


Give this a shot:

ServerName foobar.com
ServerAlias *.foobar.com

this should work.

--
Andrew Stone

_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users




--
nothing much to talk
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to