From ca0537f8c0211977989c1b64e417a23c493e3a43 Mon Sep 17 00:00:00 2001 From: vlakoff Date: Thu, 9 Apr 2015 06:08:21 +0200 Subject: [PATCH] More precise source link for trailing slash removal rule #2 For the genesis and some extra explanations: https://github.com/laravel/laravel/pull/3145 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43f0ef5..767838d 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} (.+)/$ RewriteRule ^ %1 [L,R=301] ``` -[Source](https://stackoverflow.com/questions/21417263/htaccess-add-remove-trailing-slash-from-url) +[Source](https://stackoverflow.com/questions/21417263/htaccess-add-remove-trailing-slash-from-url#27264788) ### Redirect a Single Page ``` apacheconf