Annotation of html5/.htaccess, revision 1.30

1.1       avankest    1: Redirect 410 /html5/core
1.12      mike        2: RedirectMatch permanent /html5/editing-api http://dvcs.w3.org/hg/editing/raw-file/tip/editing.html
1.14      mike        3: RedirectMatch permanent /html5/html-api-map http://dvcs.w3.org/hg/html-api-map/raw-file/tip/Overview.html
1.15      mike        4: RedirectMatch permanent /html5/s/html.rnc http://dev.w3.org/html5/spec/
                      5: RedirectMatch permanent /html5/s/xml.rnc http://dev.w3.org/html5/spec/
1.17      mike        6: RedirectMatch permanent /html5/s/html-microdata-rdfalite.rnc http://dev.w3.org/html5/microdata-rdfa/
                      7: RedirectMatch permanent /html5/s/xml-microdata-rdfalite.rnc http://dev.w3.org/html5/microdata-rdfa/
1.16      mike        8: RedirectMatch permanent /html5/s/assertions.sch http://dev.w3.org/html5/spec/
1.15      mike        9: RedirectMatch permanent /html5/c/all/ http://dev.w3.org/html5/spec/
                     10: RedirectMatch permanent /html5/c/microdata/ http://dev.w3.org/html5/md/
1.30    ! mike       11: RewriteEngine On
        !            12: RewriteBase /html5
        !            13: RewriteRule ^/spec/(.*)$  http://dev.w3.org/html5/github-html/$1 [P,L]
1.18      mike       14: DefaultIcon /icons/text.gif
                     15: HeaderName HEADER.html
1.21      mike       16: ReadmeName FOOTER.html
1.23      mike       17: IndexIgnore FOOTER.html HEADER.html html5.png
1.29      mike       18: IndexOptions NameWidth=* +SuppressHTMLPreamble +FancyIndexing +SuppressSize +SuppressDescription
1.18      mike       19: IndexOrderDefault Ascending Name
1.22      mike       20: AddIcon /html5/html5.png ^^DIRECTORY^^

Webmaster