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 13
13
* [ CSS] ( css.md ) — A guide to the default CSS.
14
14
* [ JavaScript] ( js.md ) — A guide to the default JavaScript.
15
15
* [ .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
17
17
[ alternative server configs] ( https://github.com/h5bp/server-configs ) ).
18
18
* [ crossdomain.xml] ( crossdomain.md ) — An introduction to making use of
19
19
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#
38
38
(4.2.5.5 Specifying the document's character encoding), add your charset
39
39
declaration early (before any ASCII art ;) to avoid a potential
40
40
[ 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
43
43
bytes] ( http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#charset ) .
44
44
45
45
The 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).
63
63
64
64
### .htaccess
65
65
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.
67
70
68
71
Host your site on a server other than Apache? You're likely to find the
69
72
corresponding configuration file in our [ server configs
You can’t perform that action at this time.
0 commit comments