Skip to content

Instantly share code, notes, and snippets.

@maximevalette
Last active December 15, 2015 07:18
Show Gist options
  • Save maximevalette/5221904 to your computer and use it in GitHub Desktop.
Save maximevalette/5221904 to your computer and use it in GitHub Desktop.
Redirection with query string
RewriteCond %{QUERY_STRING} format=rss
RewriteRule ^post /rss [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment