View Single Post
  #7  
Old 11-13-2008, 12:46 PM
nicksnels nicksnels is offline
Member
 
Join Date: Feb 2007
Posts: 33
Ok I got it. Only problem left is when I request www.domain.com/ . Right before I get to the rewrite rules of the rails context, I get:

[REWRITE] strip base: '/' from URI: '/' in the logs

so now I have to match an empty string. I want to redirect www.domain.com to www.domain.com/www.domain.com/index.html . Is this possible? Thanks.

Kind regards,

Nick
Reply With Quote