Skip to content

Instantly share code, notes, and snippets.

@rutgerhensel
Created October 3, 2023 12:54
Show Gist options
  • Select an option

  • Save rutgerhensel/f7164de40d20ee32f2cedbd42be5d5ba to your computer and use it in GitHub Desktop.

Select an option

Save rutgerhensel/f7164de40d20ee32f2cedbd42be5d5ba to your computer and use it in GitHub Desktop.
redirect all to another website
RewriteEngine on
RewriteRule ^(.*)$ https://example.com/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment