Skip to content

Commit 509d047

Browse files
committed
Merge pull request #64 from vlakoff/trailing-slash
More precise source link for trailing slash removal rule #2
2 parents 38637cc + ca0537f commit 509d047

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)