Add Trailing Slash .htaccess
I'm trying to get the following effect (using this local file http://localhost/[company_name]/[project_name]/.htaccess ): http://localhost/[company_name]/[project_name]/page-1 (adds slash) http://localhost/[company_name]/[project_name]/page-1/ (does nothing) http://localhost/[company_name]/[project_name]/page-1/subpage-1 (adds slash) http://www.example.com/page-1 (adds slash)<br /> http://www.example.com/page-1/ (does nothing) etc. The thing I want to accomplish is that this .htaccess doesn't need the path http://localhost/[company_name]/[project_name]/ anymore so that I don't have to edit