View Single Post
  #7  
Old 08-07-2008, 05:33 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
The index.html problem is caused by the rewrite rules under the rails context.
add a rewrite rule

RewriteRule ^examples - [L]

should fix it.
Reply With Quote