10 lines
302 B
ApacheConf
10 lines
302 B
ApacheConf
Options +Indexes
|
|
IndexOptions IgnoreCase FancyIndexing FoldersFirst NameWidth=* DescriptionWidth=* SuppressHTMLPreamble
|
|
RewriteEngine On
|
|
|
|
Header set Access-Control-Allow-Origin "*"
|
|
|
|
# SPECIFY HEADER FILE
|
|
HeaderName /header.html
|
|
# IGNORE THESE FILES
|
|
IndexIgnore /header.html /api.php |