Skip to content

Instantly share code, notes, and snippets.

@pascalknecht
Created August 19, 2019 14:53
Show Gist options
  • Save pascalknecht/7e69290ca5a17042ef17f3a995d5330a to your computer and use it in GitHub Desktop.
Save pascalknecht/7e69290ca5a17042ef17f3a995d5330a to your computer and use it in GitHub Desktop.
htaccess rules
# Redirect URL with query string to another URL
RewriteEngine On
RewriteCond %{REQUEST_URI} /
RewriteCond %{QUERY_STRING} ^lang=en
RewriteRule ^(.*)$ https://example.ch/ [QSD,R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment