Skip to content

Commit

Permalink
Merge pull request #64 from vlakoff/trailing-slash
Browse files Browse the repository at this point in the history
More precise source link for trailing slash removal rule #2
  • Loading branch information
phanan committed Apr 9, 2015
2 parents 38637cc + ca0537f commit 509d047
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 509d047

Please sign in to comment.