krprasadreddy/fflib-ext-common-samplecode/master/dev/resource/.htaccess
# cross-origin resource sharing (CORS)
Header add Access-Control-Allow-Origin "*"
Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type"
Header add Access-Control-Allow-Methods "PUT, GET, POST, DELETE, OPTIONS"
Header add Cache-Control "no-cache, must-revalidate"
Header add Expires "Mon, 26 Jul 1997 05:00:00 GMT"
Header add Pragma "no-cache"
# drop cachebuster timestamp and package namespace
RewriteEngine On
RewriteRule ^(.*)d{13}/([a-z_0-9]+__)?(.*)$ $3
On Github License
Files
Download PDF of Htaccess file