File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1313*  [ CSS] ( css.md )  — A guide to the default CSS.
1414*  [ JavaScript] ( js.md )  — A guide to the default JavaScript.
1515*  [ .htaccess] ( https://github.com/h5bp/server-configs/blob/master/apache/README.md ) 
16-  — All about the Apache web server config  (also see our
16+  — All about the Apache web server configs  (also see our
1717 [ alternative server configs] ( https://github.com/h5bp/server-configs ) ).
1818*  [ crossdomain.xml] ( crossdomain.md )  — An introduction to making use of
1919 crossdomain requests.
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ spec](http://www.whatwg.org/specs/web-apps/current-work/complete/semantics.html#
3838(4.2.5.5 Specifying the document's character encoding), add your charset
3939declaration early (before any ASCII art ;) to avoid a potential
4040[ encoding-related security
41- issue] ( http://code.google.com/p/doctype/wiki/ArticleUtf7 )  in IE. It should come 
42- in the first [ 1024
41+ issue] ( http://code.google.com/p/doctype-mirror /wiki/ArticleUtf7 )  in IE. It
42+ should come  in the first [ 1024
4343bytes] ( http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#charset ) .
4444
4545The charset should also come before the ` <title> `  tag, due to [ potential XSS
Original file line number Diff line number Diff line change @@ -63,7 +63,10 @@ get you started. [About the JavaScript](js.md).
6363
6464### .htaccess  
6565
66- The default web server config is for Apache. [ About the .htaccess] ( htaccess.md ) .
66+ The default web server config is for Apache. For more information, please refer
67+ to the [ ` .htaccess ` 
68+ documentation] ( https://github.com/h5bp/server-configs/blob/master/apache/README.md ) 
69+ in the [ server configs] ( https://github.com/h5bp/server-configs )  project.
6770
6871Host your site on a server other than Apache? You're likely to find the
6972corresponding configuration file in our [ server configs
                         You can’t perform that action at this time. 
           
                  
0 commit comments