Skip to content

Commit ca0537f

Browse files
committed
More precise source link for trailing slash removal rule phanan#2
For the genesis and some extra explanations: laravel/laravel#3145
1 parent 38637cc commit ca0537f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ RewriteCond %{REQUEST_FILENAME} !-d
128128
RewriteCond %{REQUEST_URI} (.+)/$
129129
RewriteRule ^ %1 [L,R=301]
130130
```
131-
[Source](https://stackoverflow.com/questions/21417263/htaccess-add-remove-trailing-slash-from-url)
131+
[Source](https://stackoverflow.com/questions/21417263/htaccess-add-remove-trailing-slash-from-url#27264788)
132132

133133
### Redirect a Single Page
134134
``` apacheconf

0 commit comments

Comments
 (0)