15 lines
370 B
Plaintext
15 lines
370 B
Plaintext
#foo
|
|
# bar
|
|
# Redirect 301 /2006/oldfile.html http://subdomain.domain.tld/newfile.html
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "#foo"],
|
|
["comment", "# bar"],
|
|
["comment", "# Redirect 301 /2006/oldfile.html http://subdomain.domain.tld/newfile.html"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |