Mod-rewrite Trailing Slash Issue
问题 There doesn't seem to be much info on this topic so I'm going to outline my specific problem then maybe we can shape the question and the answer into something a bit more universal. I have this rewrite rule RewriteEngine On RewriteBase /bookkeepers/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)/?$ index.php?franchise=$1 Which is changes this URL http://example.com/location/kings-lynn Into this one http://example.com/location/index.php?franchise