Skip to content

Instantly share code, notes, and snippets.

@sidisinsane
Created March 4, 2015 19:39
Show Gist options
  • Save sidisinsane/f67ce2a3172a61388b07 to your computer and use it in GitHub Desktop.
Save sidisinsane/f67ce2a3172a61388b07 to your computer and use it in GitHub Desktop.
force trailing slash
########################################################################################
# force trailing slash
########################################################################################
RewriteCond %{REQUEST_URI} /+[^\.]+$
RewriteRule ^(.+[^/])$ %{REQUEST_URI}/ [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment