Skip to content

Instantly share code, notes, and snippets.

@verteb
Created March 8, 2016 19:04
Show Gist options
  • Save verteb/d3fb239010a2e817f398 to your computer and use it in GitHub Desktop.
Save verteb/d3fb239010a2e817f398 to your computer and use it in GitHub Desktop.
Redirect with query vars
RewriteCond %{REQUEST_URI} ^/produits.aspx$
RewriteCond %{QUERY_STRING} ^catID=2$
RewriteRule ^(.*)$ http://canotslegare.com/nos-produits/? [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment