Skip to content

Instantly share code, notes, and snippets.

@ZiTAL
Last active October 23, 2015 11:27
Show Gist options
  • Save ZiTAL/74613c805d90accf2e4d to your computer and use it in GitHub Desktop.
Save ZiTAL/74613c805d90accf2e4d to your computer and use it in GitHub Desktop.
apache rewrite: caching resources with pretty urls
# /resources/js/example.js/123456/ -> /resources/js/example.js
# /resources/css/example.css/123456/ -> /resources/css/example.css
RewriteRule ^(.+\.)(js|css)/\d+/?$ /$1$2 [NC,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment