Skip to content

Instantly share code, notes, and snippets.

@100son
Last active March 1, 2017 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 100son/2ce1ff681614eb4e4ef2a663e5d0040d to your computer and use it in GitHub Desktop.
Save 100son/2ce1ff681614eb4e4ef2a663e5d0040d to your computer and use it in GitHub Desktop.
Forcer barre oblique ( / ) à la fin des liens
# Forcer barre oblique ( / ) sur les liens
<ifModule mod_rewrite.c>
RewriteCond %{REQUEST_URI} /+[^\.]+$
RewriteRule ^(.+[^/])$ %{REQUEST_URI}/ [R=301,L]
</ifModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment