A slash sign at the end of a URL.
IIS does URL cleanup on directories by adding a trailing slash. See this old docs from IIS 6: IIS generates courtesy …
iis url-rewriting iis-7.5 trailing-slashI have the following rewrite rules: #remove the www. RewriteCond %{HTTP_HOST} ^www.website.co.uk$ [NC] RewriteRule ^(.*)$ http://local.…
apache .htaccess mod-rewrite trailing-slash