Mercurial > repos > yating-l > jbrowsearchivecreator
annotate test-data/only_genome/myHub/.htaccess @ 18:79b23a8afb15 draft
planemo upload for repository https://github.com/goeckslab/jbrowse-archive-creator.git commit 398c2fd8d1cb38decddf8cd58574cf39b1b52eaa
author | yating-l |
---|---|
date | Fri, 20 Jul 2018 12:25:36 -0400 |
parents | 5d5fdcb798da |
children |
rev | line source |
---|---|
7
5d5fdcb798da
planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit 12fb52d5b285935b2353d93a5aa291838df7893e
yating-l
parents:
diff
changeset
|
1 # This Apache .htaccess file is generated by JBrowse (GenomeDB) for |
5d5fdcb798da
planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit 12fb52d5b285935b2353d93a5aa291838df7893e
yating-l
parents:
diff
changeset
|
2 # allowing cross-origin requests as defined by the Cross-Origin |
5d5fdcb798da
planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit 12fb52d5b285935b2353d93a5aa291838df7893e
yating-l
parents:
diff
changeset
|
3 # Resource Sharing working draft from the W3C |
5d5fdcb798da
planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit 12fb52d5b285935b2353d93a5aa291838df7893e
yating-l
parents:
diff
changeset
|
4 # (http://www.w3.org/TR/cors/). In order for Apache to pay attention |
5d5fdcb798da
planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit 12fb52d5b285935b2353d93a5aa291838df7893e
yating-l
parents:
diff
changeset
|
5 # to this, it must have mod_headers enabled, and its AllowOverride |
5d5fdcb798da
planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit 12fb52d5b285935b2353d93a5aa291838df7893e
yating-l
parents:
diff
changeset
|
6 # configuration directive must allow FileInfo overrides. |
5d5fdcb798da
planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit 12fb52d5b285935b2353d93a5aa291838df7893e
yating-l
parents:
diff
changeset
|
7 <IfModule mod_headers.c> |
5d5fdcb798da
planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit 12fb52d5b285935b2353d93a5aa291838df7893e
yating-l
parents:
diff
changeset
|
8 Header onsuccess set Access-Control-Allow-Origin * |
5d5fdcb798da
planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit 12fb52d5b285935b2353d93a5aa291838df7893e
yating-l
parents:
diff
changeset
|
9 Header onsuccess set Access-Control-Allow-Headers X-Requested-With,Range |
5d5fdcb798da
planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit 12fb52d5b285935b2353d93a5aa291838df7893e
yating-l
parents:
diff
changeset
|
10 </IfModule> |