Skip to content

Commit

Permalink
More precise source link for trailing slash removal rule phanan#2
Browse files Browse the repository at this point in the history
For the genesis and some extra explanations:
laravel/laravel#3145
  • Loading branch information
vlakoff committed Apr 9, 2015
1 parent 38637cc commit ca0537f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca0537f

Please sign in to comment.