DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Apache 1.3: 301 Redirect .../index.html To .../
RewriteCond %{THE_REQUEST} ^.*/?/index\.html(\ |\?)
RewriteCond %{IS_SUBREQ} false
RewriteRule ^(.*)/index\.html $1/ [R=301,nosubreq,last,qsappend]





