Created
January 17, 2014 17:16
-
-
Save carlmw/8477370 to your computer and use it in GitHub Desktop.
Ergh mod_rewrite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /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