We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38637cc + ca0537f commit 509d047Copy full SHA for 509d047
README.md
@@ -128,7 +128,7 @@ RewriteCond %{REQUEST_FILENAME} !-d
128
RewriteCond %{REQUEST_URI} (.+)/$
129
RewriteRule ^ %1 [L,R=301]
130
```
131
-[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)
132
133
### Redirect a Single Page
134
``` apacheconf
0 commit comments