Skip to content

Instantly share code, notes, and snippets.

@yudaprawira
Created September 1, 2016 03:56
Show Gist options
  • Save yudaprawira/b9fc2a39a7d05d018e283f1c35c7d1d6 to your computer and use it in GitHub Desktop.
Save yudaprawira/b9fc2a39a7d05d018e283f1c35c7d1d6 to your computer and use it in GitHub Desktop.
add triling slash url
#Add 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