I\'ve successfully modified my .htaccess file to remove trailing slashes on most pages but I\'m wondering how to exempt my home page/directory? For example:
domain.
How about
RewriteEngine On RewriteRule ^(.*)/$ http://%{HTTP_HOST}/$1