Skip to content

Instantly share code, notes, and snippets.

@carlmw
Created January 17, 2014 17:16
Show Gist options
  • Save carlmw/8477370 to your computer and use it in GitHub Desktop.
Save carlmw/8477370 to your computer and use it in GitHub Desktop.
Ergh mod_rewrite
# /client/js/lang/d627ef21fbcfc0e9def32c187b37ffa9e5034019/en/date.json
RewriteCond %{REQUEST_URI} ^/client/js/lang
RewriteRule ^(client/js/lang)/([a-z0-9]+/)(.+)$ /$1/$3 [L]
# Desired:
# /client/js/lang/en/date.json
# Actual
# /client/js/lang/date.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment