Skip to content

Instantly share code, notes, and snippets.

@claudiosanches
Last active September 29, 2016 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claudiosanches/160d942f8af83222a0e522cc4b108f59 to your computer and use it in GitHub Desktop.
Save claudiosanches/160d942f8af83222a0e522cc4b108f59 to your computer and use it in GitHub Desktop.
Fix & in URLs
RewriteCond %{THE_REQUEST} \s(.*?)\&amp\;([^\s]*) [NC]
RewriteRule ^ /%1&%2 [L,NE,R]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment