Skip to content

Instantly share code, notes, and snippets.

@rgergo67
Created September 24, 2016 22:01
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 rgergo67/53e60d53b31bdf40422724c4e6a78a21 to your computer and use it in GitHub Desktop.
Save rgergo67/53e60d53b31bdf40422724c4e6a78a21 to your computer and use it in GitHub Desktop.
htaccess no slash
<IfModule mod_rewrite.c>
RewriteRule ^(.*)/$ /$1 [R=301,L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment