Skip to content

Instantly share code, notes, and snippets.

@fieldoffice
Created March 14, 2015 19:34
Show Gist options
  • Save fieldoffice/6b44640da380edb81fb5 to your computer and use it in GitHub Desktop.
Save fieldoffice/6b44640da380edb81fb5 to your computer and use it in GitHub Desktop.
.htaccess query string redirect
RewriteEngine On
RewriteCond %{QUERY_STRING} ^id=([0-9]*)$
RewriteRule ^news/article\.php$ /news/? [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment