How to remove trailing slashes from URL with .htaccess?
- by Matt
The situation
Across the entire domain, we'd like the URLs to hide file extensions and remove trailing slashes, independent of the domain name itself (as in, works on any domain).
Sample of our directory structure
We're not using index.* files except for the homepage.
/
/index.php
/account.php
/account
/subscriptions.php
/login.php
/login
…