Tentacle icon indicating copy to clipboard operation
Tentacle copied to clipboard

Enforce trailing slash.

Open adampatterson opened this issue 10 years ago • 0 comments

RewriteCond %{REQUEST_URI} /+[^.]+$ RewriteRule ^(.+[^/])$ %{REQUEST_URI}/ [R=301,L]

adampatterson avatar Jun 11 '14 22:06 adampatterson