Skip to content

Instantly share code, notes, and snippets.

@thekarel
Created August 10, 2013 09:56
Show Gist options
  • Save thekarel/6199828 to your computer and use it in GitHub Desktop.
Save thekarel/6199828 to your computer and use it in GitHub Desktop.
Skip rewrites for certain filetypes, or all existing files From http://stackoverflow.com/questions/8120886/css-and-javascript-not-loading-with-rewrite-condition
RewriteRule \.(css|jpe?g|gif|png)$ - [L]
...
RewriteCond %{REQUEST_FILENAME} !-f
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment