Hi,
I am trying add a trailing slash to my pages.
Here is the htaccess code, but it is not working.Can aayone check please?
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ <a href="http://www.exercisebiology.com/$1/">http://www.exercisebiology.com/$1/</a> [L,R=301]Thank you so much
Anoop