You might eventually add a slash behind it, if you want set it using htacces:
Quote:
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ %{REQUEST_URI}/ [L,R=301]
|
This adds a slash if the current page isnt a file, directory and if it doesn't end with a slash (/).