Skip to content

Commit 50a9158

Browse files
Update README.md
1 parent 1c0037a commit 50a9158

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ If you want to disable the behaviour of this package just in certain areas of yo
3535
config()->set('laravel-trailing-slash.active', false);
3636
```
3737

38+
If you are using Apache on your development or production environment, remember to remove or comment this lines in `public/.htaccess`
39+
40+
```
41+
RewriteCond %{REQUEST_FILENAME} !-d
42+
RewriteCond %{REQUEST_URI} (.+)/$
43+
RewriteRule ^ %1 [L,R=301]
44+
```
45+
3846
### Testing
3947

4048
``` bash

0 commit comments

Comments
 (0)