Annotation of html5/.htaccess, revision 1.35

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

Webmaster