Skip to content

Instantly share code, notes, and snippets.

@michaelklapper
Created April 14, 2013 10:31
Show Gist options
  • Save michaelklapper/5382244 to your computer and use it in GitHub Desktop.
Save michaelklapper/5382244 to your computer and use it in GitHub Desktop.
404 optimization - and stop processing rewrites if one of those files are requested.
# Don't do any further rewrite for following file types (404 optimization)
RewriteRule \.(css|js|png|jpg|jpeg|gif|ico|ttf|otf|svg|eot|woff|avi|mov|mp4|wmf|pdf|doc|docx|xls|xlsx)$ - [NC,L]
@michaelklapper
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment