Skip to content

Instantly share code, notes, and snippets.

@shupp
Created March 21, 2011 16:49
Show Gist options
  • Save shupp/879762 to your computer and use it in GitHub Desktop.
Save shupp/879762 to your computer and use it in GitHub Desktop.
Example rewrites for ignoring version
RewriteEngine On
RewriteRule ^v/([0-9a-fA-F]{8})/(js|css|img)/(.*)$ /$2/$3 [NC,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment