questrom/formulaic/master/docs/.htaccess - Htaccess File

questrom/formulaic/master/docs/.htaccess

# See http://stackoverflow.com/questions/11532636/prevent-http-file-caching-in-apache-httpd-mamp
ExpiresActive off
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"

# See stackoverflow.com/questions/864507/htaccess-url-rewrite-to-subdirectory
RewriteEngine On
RewriteCond %{REQUEST_URI} !build/.*$
RewriteRule ^(.*)$ build/$1 [END]

On Github License

Files

Download PDF of Htaccess file
no-cache, REQUEST_URI

Comments

Apache