csev/tsugi-static/master/.htaccess - Htaccess File

csev/tsugi-static/master/.htaccess

<IfModule headers_module>
# http://enable-cors.org/server_apache.html
Header set Access-Control-Allow-Origin "*"

# https://www.askapache.com/htaccess/speed-up-sites-with-htaccess-caching.html
# Make the material static for a week
Header set Cache-Control "max-age=604800, public"
Header add Access-Control-Allow-Methods "GET"

</IfModule>

On Github License

Files

Download PDF of Htaccess file
GET, static

Comments

Apache