issues
search
adampatterson
/
Tentacle
Tentacle makes it easy to Design, Develop, and Write content for the web.
http://tentaclecms.com
Other
25
stars
3
forks
source link
Enforce trailing slash.
#227
Open
adampatterson
opened
10 years ago
adampatterson
commented
10 years ago
RewriteCond %{REQUEST_URI} /+[^.]+$ RewriteRule ^(.+[^/])$ %{REQUEST_URI}/ [R=301,L]