[HCoop-Help] Domtool help please...?
    Adam Chlipala 
    adamc at hcoop.net
       
    Thu Jun 19 18:05:52 EDT 2008
    
    
  
Lauren McNees wrote:
> Actually, now I have another question. Rather than have it serve out of
> ~/start/, how do I make it go to ghs.google.com?
Use this instead of the [simpleWeb] line:
  web "start" with
    rewriteRule "(.*)" "http://ghs.google.com$1" [redirect]
  end;
The end result of this is a 404 page from Google, but I think it's doing 
what you asked for.  Maybe I misunderstood you, though.
    
    
More information about the HCoop-Help
mailing list