mirror of
https://github.com/phanan/htaccess.git
synced 2018-11-08 13:39:40 +01:00
added source for one of the items
This commit is contained in:
parent
34281d3e03
commit
61cf943593
1 changed files with 1 additions and 0 deletions
|
@ -290,6 +290,7 @@ Require valid-user
|
||||||
|
|
||||||
### Block Visitors by Referrer
|
### Block Visitors by Referrer
|
||||||
This denies access for all users whom are referred by a specific domain.
|
This denies access for all users whom are referred by a specific domain.
|
||||||
|
[Source](http://www.htaccess-guide.com/deny-visitors-by-referrer)
|
||||||
``` apacheconf
|
``` apacheconf
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
# Options +FollowSymlinks
|
# Options +FollowSymlinks
|
||||||
|
|
Loading…
Reference in a new issue