Skip to content

Instantly share code, notes, and snippets.

@webhouse-dev
Created February 6, 2021 21:01
Show Gist options
  • Save webhouse-dev/b8897710c16655277d28c187e13bb958 to your computer and use it in GitHub Desktop.
Save webhouse-dev/b8897710c16655277d28c187e13bb958 to your computer and use it in GitHub Desktop.
Remove FBCLID via .htaccess
RewriteCond %{QUERY_STRING} "fbclid=" [NC]
RewriteRule (.*) /$1? [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment