Skip to content

Instantly share code, notes, and snippets.

@HendrikHaase
Created January 9, 2018 13:03
Show Gist options
  • Select an option

  • Save HendrikHaase/c29ba7698f8bdc92ab47a56b628fd076 to your computer and use it in GitHub Desktop.

Select an option

Save HendrikHaase/c29ba7698f8bdc92ab47a56b628fd076 to your computer and use it in GitHub Desktop.
### CUSTOM REDIRECT - ADD TRAILING SLASH IF MISSING
RewriteCond %{REQUEST_URI} (some-url-fragment)$
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1/ [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment